I am creating a cross tab report where I group on State(Row Header), City(Row sub header) and Category(column header). I calculate count of items sold in each category for each city. I also need to show percentage of items sold in each category and city over the total items sold in each city.
Group totals in the crosstab should show total items sold in each category within the state (easy) and % of items sold in each category within a state.
Finally total items sold in each category and % of total items sold in each category over the total items sold
Is there anyway I can do this? PercentOfCount etc did not seem to work.
I have created a view with unions and I calculate all the values within my sql. But I would like to avoid this approach as far as possible
Thanks
Group totals in the crosstab should show total items sold in each category within the state (easy) and % of items sold in each category within a state.
Finally total items sold in each category and % of total items sold in each category over the total items sold
Is there anyway I can do this? PercentOfCount etc did not seem to work.
I have created a view with unions and I calculate all the values within my sql. But I would like to avoid this approach as far as possible
Thanks