I am trying to use a member property to do a calculation. The property is in the period dimension and is called UDA, and I am just testing to see if it works by creating the calculated member below, but I get #ERR when I look at the data. I am just trying to have it show a 0 if the member property is "Period_FirstPeriod" and show a 1 otherwise. Does anyone know what's wrong with it?
Iif(Period.CurrentMember.Properties("UDA")="Period_FirstPeriod",0,1)
Thanks!
BK
Iif(Period.CurrentMember.Properties("UDA")="Period_FirstPeriod",0,1)
Thanks!
BK