Hi guys,
query returns the the quantity grouped on shop, product, car, logistic company
it looks like
shop product car logistic company Quantity
A X FIAT DHL 20
D C FIAT UPS 15
B X BMW TNT 10
i need to accomplish something in reporting services 2008r2 with report builder which is easy achievable in excel with pivot tables.
report should be filtered by any of the grouping elements (shop, product, car, logistic company ).
If user selects all values for those parameters, output should be like :
shop product car logistic company Quantity
AllAll All All 45
User should be able to select multiple values for any of the parameters. For example, user selects only X value for the product, and all values for all other 4 parameters
Output should look like :
shop product car logistic company Quantity
All X All All 30
It seems there are 16 possible combinations for parameters selection. Are there ways to make it happen than the classic way? Classic way means creating sixteen tables. Based on parameter selection, only one of them would become visible.