![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Everyone, I wanted to set defaults values for all the measures in the cube to be zero. The reason is that this will allow the pivot table to show all records regardless if the measure had a value or not. Thanks all in advance, SAJ |
#3
| |||
| |||
|
|
-----Original Message----- I'm not gung-ho about what you're up to here, but... hide the physical measures and create calculated members like so: IIF(IsEmpty(Measures.HiddenMeasure), 0, Measures.HiddenMeasure) public @ the domain below www.tomchester.net "Saj" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:19b1001c41ceb$d8d50d30$a501280a (AT) phx (DOT) gbl... Everyone, I wanted to set defaults values for all the measures in the cube to be zero. The reason is that this will allow the pivot table to show all records regardless if the measure had a value or not. Thanks all in advance, SAJ . |
#4
| |||
| |||
|
|
Thanks a lot. I was able to produce measures this way which are empty. However I have 70-80 measures and doing this for every one will be tedious. Is there a way I can always show all the dimension members irrespective of whether the measure has a value or not. Thanks, Saj -----Original Message----- I'm not gung-ho about what you're up to here, but... hide the physical measures and create calculated members like so: IIF(IsEmpty(Measures.HiddenMeasure), 0, Measures.HiddenMeasure) public @ the domain below www.tomchester.net "Saj" <anonymous (AT) discussions (DOT) microsoft.com> wrote in message news:19b1001c41ceb$d8d50d30$a501280a (AT) phx (DOT) gbl... Everyone, I wanted to set defaults values for all the measures in the cube to be zero. The reason is that this will allow the pivot table to show all records regardless if the measure had a value or not. Thanks all in advance, SAJ . |
#5
| |||
| |||
|
#6
| |||
| |||
|
#7
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |