Hi All,
I have 2 crosstabs in the reports.
Lets say for example,
Jan | Feb | Mar | Total | |
Count A | 100 | 200 | 300 | 600 |
Count B | 50 | 100 | 150 | 300 |
Jan | Feb | Mar | Total | |
ABC | 1 | 20 | 100 | 121 |
BCD | 25 | 75 | 100 | 200 |
CDE | 10 | 25 | 45 | 80 |
EFG | 5 | 35 | 15 | 55 |
59 | 45 | 40 | 144 |
First block is outcome of a derived table. Second block is from a different query (data provider) which is created at webi.
Requirement is I need to display the total in second block, i.e., amount of first cell in first block minus sum of first column in second block.
i.e, Jan (100) from first cell of first block minus Jan(1+25+10+5) from second block
100-(1+25+10+5)=59....so on
Someone please advice me how to implement this in webi.
Thanks,
Ram