Supress group printing
I have several nested groups within a report. Is there any way to make the printing of a group conditional on whether the aggreagted data is different from the next nested group. For example: Group3, group2, group1, detail group
are nested. Counts are available at all levels. I only want to print group 2 if its count is different than group 1 and group 3 if its count is different than group 2. Leo
October 30th, 2010 11:03am
Hi Leo,
I don't understand completely. Did you try to use IIF logical program for their visibility? If you need further support, provide more details here.
thanks,
Jerry
Free Windows Admin Tool Kit Click here and download it now
November 2nd, 2010 1:09am
Tanks for your reply.
I have nested groups that present a count in a column. If the count does not change from group to group I do not want to print the row. I don't know how to apply IIF logic across group aggrgates in an expression to hide the rows when this condition
exists.Leo
November 9th, 2010 6:02pm