Thanks for responding!. Here I can help you with clear understanding of my data and what I wanted to achieve. I’ve a table which have columns named PRODUCT_TYPE, COST. The values of PRODUCT _TYPE are clothes, footwear and I’ve created two custom category data items to give the count of column values for PRODUCT _TYPE as well sum of COST column. I was creating a dashboard to show the summary report. I already created some cross tabs based on some filters. In those crosstabs the row value I used was the overall count of PRODUCT _TYPE and for Frequency SUMMED value of COST Column. For All the crosstabs I assigned COUNT, Summed Value of COST column as data roles based on some filters. For instance in crosstab1 have values like this : COUNT Frequency SUMMED Count 300 21000 In crosstab2 have values like this : COUNT Frequency SUMMED Count 500 43000 The above values for crosstab1, 2 are based on some filters . Now I’d like to have another crosstab with those same values. Required crosstab: COUNT Frequency SUMMED Count 800 64000 The above values have come by adding 300+500 and 21k + 43k. Please let me know whether this is achievable or not. Thanks a ton!. Please let me know if this doesn’t help.
... View more