Problem in Dynamic Grouping
Hi,
In my BI Report, I have to show the output like follows,
There are 2 Divisions , like D1 and D2.
Within that divisions there are some companies like C1,C2 and C3.
I m using Dynamic grouping (Its must), to show all the totals (Division and Company).
I m using the following syntax to fetch all Division totals,
<?for-each-group://G_DETAILS;DIV?>
Now the problem is, the report shows all the division total for every division break.
For example,
For division D1 , the report shows D1 and D2 total.
For division D2, again it shows D1 and D2 totals
How can i solve this issue?
In my BI Report, I have to show the output like follows,
There are 2 Divisions , like D1 and D2.
Within that divisions there are some companies like C1,C2 and C3.
I m using Dynamic grouping (Its must), to show all the totals (Division and Company).
I m using the following syntax to fetch all Division totals,
<?for-each-group://G_DETAILS;DIV?>
Now the problem is, the report shows all the division total for every division break.
For example,
For division D1 , the report shows D1 and D2 total.
For division D2, again it shows D1 and D2 totals
How can i solve this issue?
0