March 14, 2013 at 1:57 pm
I'm trying to create a report structure in a Table with data a group as follows:
-Column Headers
-Main Data Row 1
---Group Header 1
---Group Data Row 1
---Group Data Row 2
---Group Data Row 3
-Main Data Row 2
---Group Header 2
---Group Data Row 1
-Main Data Row 3
---Group Header 3
---Group Data Row 1
---Group Data Row 2
---Group Data Row 3
---Group Data Row 4
I can't figure out how to get it to look like this. Instead it always comes out like this:
-Column Headers
-Main Data Row 1
---Group Header 1
---Group Data Row 1
---Group Header 2
---Group Data Row 2
---Group Header 3
---Group Data Row 3
-Main Data Row 2
---Group Header 1
---Group Data Row 1
-Main Data Row 3
---Group Header 1
---Group Data Row 1
---Group Header 2
---Group Data Row 2
---Group Header 3
---Group Data Row 3
---Group Header 4
---Group Data Row 4
I tried putting the Group Column headers with the Main Data Row, but it appears even if the drill down is hiding the rest of the data. I feel like this is report creation 101 but i'm struggling to figure this out or find any documentation that addresses the issue.
March 15, 2013 at 5:41 pm
I figured out the problem, I had to recreate the Parent/Child group relationship, then add the headers there.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply