I am trying to set up a rollup for SSRS and am running into a bit of a problem. I have two hierarchies that I would like to display, but I can only figure out how to display 1.
Hierarchy 1
Division
Region
Territory
Hierarchy 2
Sum for all products
ProductA/ProductB/ProductC
Right now I have a report that lets me start with everything rolled up to Division and when I click on it it goes down to Region, etc just fine. The issue is that I want to be able to have another level of drilling down on the product hierarchy at every level of the other hierarchy.
For instance, when you are at a division level, say you wanted to see specifically how prodcut A was doing, so you would be able to click on an expand button and instead of getting the sum for all 3 products you would see that value broke out by each Product. You would also be able to do this when you are at a region level and a territory level.
What I am able to do right now is to add the product expansion into the other hierarchy, like:
Division
Region
Territory
product
Or
Division
product
Region
Territory
So when you get to the territory level, you can click again and expand to the 3 products, but that does not allow me to view a product break out at the region or division level.
Does anyone know if this is possible? Thanks for you help SO!
