hi
We are implementing Standard RDS for Financial Planning and then observed that YTD measure is calculating correctly. If you look at the screenshot below Account 4110000 is a P&L Account and both PERIODIC and YTD calculation is showing up same values. Ideally YTD should calculate as 100, 200, 300 for Jan, Feb and March accordingly. However it is not.
I have checked every possible place like YTD Formula in the backend BW system and Time Dimension and everything looks correct. Can some one throw some thoughts on this ??
YTD Measure in Back end system
'IIF([%P_ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC",SUM(PERIODSTODATE([%TIME%].[%TIMEYEARLEVEL%], [%TIME%].CURRENTMEMBER),-[MEASURES].[/CPMB/SDATA]),IIF([%P_ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP",SUM(PERIODSTODATE([%TIME%].[%TIMEYEARLEVEL%], [%TIME%].CURRENTMEMBER),[MEASURES].[/CPMB/SDATA]),IIF([%P_ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="AST",([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),IIF([%P_ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ",-([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),-[MEASURES].[/CPMB/SDATA]))))';SOLVE_ORDER=3
Any other areas that I need to look at why this YTD measure is behaving this way.
Thanks
Vijay