Quantcast
Channel: SCN : Discussion List - SAP Planning and Consolidation, version for SAP NetWeaver
Viewing all articles
Browse latest Browse all 5414

YTD Measure is not calculating correctly in Standard RDS

$
0
0

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. 

 

Report Screenshot.jpg

 

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

 

 

Time Dimension.jpg

 

  Any other areas that I need to look at why this YTD measure is behaving this way.

 

Thanks

Vijay


Viewing all articles
Browse latest Browse all 5414

Trending Articles