SSRS Report with one Parameter-selection as BusinessUnit with 3 Options( CustomerService, Sales, Inventory). As per requirement, with the option Selected, User should be able to View Columns/Fields and Rows respective to choosen BusinessUnit-Parameter value.
Example: If user Selects BusinessUnit (Parameter) = CustomerService.
Report should display: | Col_CS1 | Col_CS2 | Col_CS3 | Col_CS4 |
When BusinessUnit (Parameter) = Sales.
Report fields: |Col_S1 | Col_S2 | Col_S3 | Col_S4 | Col_S5 |Col_S6|
When BusinessUnit (Parameter) = Inventory
Report Fields: |Col_inv1| Col_Inv2 | Col_Inv3 |
Also Report will be a Drill Through SSRS Report.
Really appreciate any leads/help in achieving the about scenario.