Hi All.
I need to create a grouping section on a 2009 r2 rdlc report that depending on the numbers of records involved in the grouping this must be shown or hidden. I mean, if the group is created by two or more records the group section must show a total, but if the group is created by the grouping of just one record the section must not me shown....
Can anyone give me some hint to accomplish this requirement?
I have created the group section but I don't get the right condition to hide or show the section depending on the number of records of the group.
Thanks in advance.
0
Comments
Thanks for your help. That was the idea I was working in, but the problem is "where" I have to specify the condition, I mean, editing the group ->Visibility tab ?
Thanks in advance.
it should be something like
=(Countdistinct(field[,Group]) <= 1)
where "field" should be some unique value on the line (a counter, for example)
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog
Try Row visibility on your tablix