![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
How do I get the level type meta data from a dimension/levels currentmember. I would expect somthing like [Periode].[YMD].currentmember(0).level.Properties("LevelType") The reason is that I would like to have my "Full year Estimate" calculated measure like below, instead of hard code level.ordinal or level.name IIF( [Periode].[YMD].currentmember(0).level.Properties("LevelType")="T imeYear", [Measures].[Estimate], ([Measures].[Estimate],ancestor([Periode].[YMD].currentmember(0),[Periode].[YMD].[Year])) ) Thanks for any input Stig Torngaard, Platon |
![]() |
| Thread Tools | |
| Display Modes | |
| |