I'm using drilldowngrouplevel conditional suppression to control what is displayed and what isn't when users drill down the groups.
This allows me to, say, create a two-tier group on the same field, where the first level shows summaries of each group, and the second level shows the details.
But then I wanted to have headings before the detail section as well. Couldn't put that in the detail section, hence the reason why I have another group just for that.
Is there a better way to do this?
The report looks like this
First level:
Name Total Hours
a 20
b 40
Second level:
Log for ABC
Date Hours
... 5
... 15
Notice the header in the second-level. That ones in a group section.
I heard subreports can do the trick, but I don't exactly want to create a subreport when I can do this on the same report.
Edited by Keikoku - 30 Mar 2011 at 4:24am