I have a report with 2 groupings. Each group has 7 rows and totals.
For example I have 1 group with:
A, 1000, 1000
B, 2000, 1000
C, 1000, 1000
D, 2000, 2000
Totals, 6000, 5000
Another group with:
A, 2000, 3000
B, 3000, 3000
C, 2000, 2000
D, 1000, 2000
Totals, 8000, 10000
What I would then like to see is:
A, -1000, -2000
B, -1000, -2000
C, -1000, -1000
D, 1000, 0
Totals, -2000, -5000
Is there any way to find the differences (3rd section above) for the 2 groups rows and totals?
For example I have 1 group with:
A, 1000, 1000
B, 2000, 1000
C, 1000, 1000
D, 2000, 2000
Totals, 6000, 5000
Another group with:
A, 2000, 3000
B, 3000, 3000
C, 2000, 2000
D, 1000, 2000
Totals, 8000, 10000
What I would then like to see is:
A, -1000, -2000
B, -1000, -2000
C, -1000, -1000
D, 1000, 0
Totals, -2000, -5000
Is there any way to find the differences (3rd section above) for the 2 groups rows and totals?