And by the way, your formula also works (just start with LAG(11)):
IIF([TIME].CurrentMember.Properties("LEVEL")="MONTH",SUM({[TIME].CURRENTMEMBER.LAG(11):[TIME].CURRENTMEMBER},[ACCOUNT].[SALES_TOT]),NULL);SOLVE_ORDER=10
Vadim
And by the way, your formula also works (just start with LAG(11)):
IIF([TIME].CurrentMember.Properties("LEVEL")="MONTH",SUM({[TIME].CURRENTMEMBER.LAG(11):[TIME].CURRENTMEMBER},[ACCOUNT].[SALES_TOT]),NULL);SOLVE_ORDER=10
Vadim