Hello All,
I have a report as follow,
AAA
A111 40
A112 50
A113 30
Total AAA 120
BBB
B111 60
B112 20
B113 10
B114 50
Total BBB 140
and few more groups like this. In above report I have two groups 1 and 2
Group 1 is main (AAA,BBB and so on)
Group 2 is Child group (A111,A112 and so on)
Now I would like to display only the total of each group in the report Page Header So it should be something like this
Total AAA 120
Total BBB 140
and so on.
Can some body please advise me on this as how to do this?
Thanks again..