Hi all,
I have tried a small test with this code for my Custom YTD measure for Periodic Application
'IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP",
SUM([%TIME%].CURRENTMEMBER.LAG(IFF([%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/ATPR1YN")="1",1,0)):[%TIME%].CURRENTMEMBER),[MEASURES].[/CPMB/SDATA])';SOLVE_ORDER=3
Note : "2/CPMB/ATPR1YN" is the technical name of a propertie which matchs to MONTHNUMFY
I have the error message in the following :
Does someone have any idea for my issue ?
Thank you in advance.
Regards,
Son-Trong DINH