![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
HI All, I am using a calculated measure that includes a Dimension Member Property. The formula result is perfect for all dimenion members except the All Memeber level. The All Member Level returns #ERR. The formula is: iif((StrToValue([Account].CurrentMember.Properties("Account_No")) >= 7000), [Measures]. [ClosingBalance], [Measures].[YtdActual]) In english it does the following - convert the member property value Account_No to a numeric value - Test to see if the value is greater than or equal to 7000 - If true then use the Closing Balance Measure - If False then use the Year to Date Actual Measure |
|
iif((StrToValue([Account].CurrentMember.Properties("Account_No")) >= 7000), [Measures]. [ClosingBalance], [Measures].[YtdActual]) ) |
#3
| |||
| |||
|
|
HI All, I am using a calculated measure that includes a Dimension Member Property. The formula result is perfect for all dimenion members except the All Memeber level. The All Member Level returns #ERR. The formula is: iif((StrToValue([Account].CurrentMember.Properties("Account_No")) >= 7000), [Measures]. [ClosingBalance], [Measures].[YtdActual]) In english it does the following - convert the member property value Account_No to a numeric value - Test to see if the value is greater than or equal to 7000 - If true then use the Closing Balance Measure - If False then use the Year to Date Actual Measure Any help greatly appreciated. Cheers Ryan |
![]() |
| Thread Tools | |
| Display Modes | |
| |