Hello,
In my report, I have 2 cross tabs placed one below the other with the same dimension on the horizontal axis.
But My vertical axis has different dimensions in the two cross tabs.
My requirement is to display both these crosstabs as one table. Hence I have added two crosstabs one below the other, and hidden the dimension on top of the second cross tab.
The issue I face is, since the filters are different in these two crosstabs, in my table below,one value from the dimension gets filtered out. and hence the number of columns in the two crosstabs are no longer the same.
Dim1- A | Dim1 - B | Dim1 - C | |
---|---|---|---|
201403 | 1001 | 1005 | 1008 |
201404 | 1003 | 2003 | 2001 |
201405 | 2005 | 2011 | 1001 |
Dim1- A | Dim1 - C | |
---|---|---|
Asia | 1010 | 1080 |
Europe | 1009 | 2100 |
Africa | 2108 | 1100 |
Regards,
Divya