![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| ||||
| ||||
|
|
Hi, I have a Matrix in my report with rows and columns for the Product dimension, here is MDX query I used, SELECT { [Measures].Members} on Columns, { [Product].Members } on rows FROM SALES but my problem is when u run this query in Sql Report DATA Tab , there is no "All Products" in "Prodcut Family" column in the query result |
|
So in my report I am getting a Blank cell for All products, then I managed get it done using this , =IIf(IsNothing(Fields!Product_Product_Family.Value ), "All Products", Fields!Product_Product_Family.Value) formula to get "All Product " text on that particular cell , but I want my report to work like this, as u run the report I want only the All |
|
I mean , I want first level as "All Products" , report preview as eg Unit Sale Store Cost Store Sales sales Count Store Sales Net +All Product xxxx xxxxx xxxxxxx xxxxxxx xxxxxx then when u click on All Products other levels will be displayed as appropriate. I saw the Food Sales sample but it has used (Combo Box ) Filter for Prodcut Family ( Drink ,Food, Non- Consumable) level and it dose not have a |
|
(Family level, Department , Category , Sub Category, Brand Name and Product Name Level) |
![]() |
| Thread Tools | |
| Display Modes | |
| |