![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Please find below the MDX formula assigned to account A1040. The result is for Actual, Current and Standard always error. However when ik assign this MDX statement to a new calculated member the proper values appear. I think the problem is the original value at A1040. |
|
It seems that if a formula is assigned, the formula is prevelant to the original value. Does anybody know how to solve this? Iif([Measures].CurrentMember is [Actual], ([Measures].[Actual], [Account].&[A1040]), Iif([Measures].CurrentMember is [Current], ([Measures].[Actual], [Account].&[A1040]), Iif([Measures].CurrentMember is [Standard], ([Measures].[Standard], [Account].&[A1040]), 0 ) ) ) (I know that this statement could be abbreviated easily, but this example looks more clear to explain) |
![]() |
| Thread Tools | |
| Display Modes | |
| |