Hi
In my cube I have a warehouse dimension, that contains something like warehouse 1, warehouse2, etc.
My facttable has a key to this dimension.
what I need is the following: depending on a filtervalue in the facttable the values displayed for this dimension should be different.
the regular case is that for each warehouse I return the calculated value and the calcualated value for the grand total. Which is basically the normal behaviour.
Dimension MovingAverage
Warehouse 1 120.50
Warehouse 2 93.89
Grand Total 123.97
No here's my problem: In case the filtervalue doesn't mean the regular case I'd like to display the grand total in the two warehouses and the grand total.
Warehouse 1 123.97
Warehouse 2 123.97
Grand Total 123.97
How can that be done?
thanks for the help
Lukas