<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic in Financial Management Q&amp;A</title>
    <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809038#M215097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect SP issue. Please provide detailed info about bpc and BW version and sp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 03 Aug 2016 15:42:38 GMT</pubDate>
    <dc:creator>former_member186338</dc:creator>
    <dc:date>2016-08-03T15:42:38Z</dc:date>
    <item>
      <title>Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic</title>
      <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaq-p/11809035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;It is not out of the ordinary for a client to want a summation of last 12 months for many accounts.&amp;nbsp; One way of doing this, if the number of accounts is minimal, is to create several dimension formulas, but this could diminish performance.&amp;nbsp; A better way of accomplishing this is to create a Custom Measure called Rolling 12.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;I have tried with next code using &lt;SPAN style="color: #333333; font-size: 12px;"&gt;UJA_MAINTAIN_MEASURE_FORMULA&amp;nbsp; program in se 38:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;MEMBER [MEASURES].[YTD] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ"),-([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])))' SOLVE_ORDER=3&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;MEMBER [MEASURES].[PERIODIC] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP") AND NOT ([%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="TOTAL" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="Q1" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="JAN" ), [MEASURES].[YTD]-([MEASURES].[YTD],[%TIME%].LAG(1)), [MEASURES].[YTD])' SOLVE_ORDER=3&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;MEMBER [MEASURES].[LTM] AS 'IIF([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP",SUM(LASTPERIODS(12,CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])),[MEASURES].[PERIODIC]),[MEASURES].[PERIODIC])';SOLVE_ORDER=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333; background: #ffffff;"&gt;Values get on Excel are not the proper ones. What is more, if I get the PERIODIC and LTD members &lt;SPAN style="color: #333333; font-size: 12px;"&gt;in the same report &lt;/SPAN&gt;, the PERIODIC member gets some wrong values. However, if I get only PERIODIC member in a report, the values retrieved are ok. Any idea? Do you think previous code is ok? Why the new LTM member affect the standard PERIODIC member?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 12:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaq-p/11809035</guid>
      <dc:creator>fernando_santosgonzalez2</dc:creator>
      <dc:date>2016-08-03T12:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic</title>
      <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809036#M215095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your cube is YTD? Please post standard periodic measure to compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Alway provide screenshots of sample reports to explain the issue!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 12:53:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809036#M215095</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-03T12:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic</title>
      <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809037#M215096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, the cube is YTD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Standard PERIODIC Measure member is detailed next:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MEMBER [MEASURES].[YTD] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="LEQ"),-([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])), ([MEASURES].[/CPMB/SDATA], CLOSINGPERIOD([%TIME%].[%TIMEBASELEVEL%])))' SOLVE_ORDER=3&lt;/P&gt;&lt;P&gt;MEMBER [MEASURES].[PERIODIC] AS 'IIF(([%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="INC" OR [%ACCOUNT%].CURRENTMEMBER.PROPERTIES("2/CPMB/ACCTYPE")="EXP") AND NOT ([%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="TOTAL" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="Q1" OR [%TIME%].CURRENTMEMBER.PROPERTIES("2/CPMB/PERIOD")="JAN" ), [MEASURES].[YTD]-([MEASURES].[YTD],[%TIME%].LAG(1)), [MEASURES].[YTD])' SOLVE_ORDER=3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached 2 screenshots:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.- A report with members of the dimension MEASURES: YTD,PERIODIC and LTM, &lt;SPAN style="font-size: 13.3333px;"&gt;at the the bottom of the screenshot (wrong data is orange-coloured). In the upper part of the screenshot, data manually calculated.&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;2.- Same report taking &lt;SPAN style="font-size: 13.3333px;"&gt;LTM member &lt;/SPAN&gt;out, &lt;SPAN style="font-size: 13.3333px;"&gt;at the the bottom of the screenshot (all data is ok)&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809037#M215096</guid>
      <dc:creator>fernando_santosgonzalez2</dc:creator>
      <dc:date>2016-08-03T15:00:19Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic</title>
      <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809038#M215097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suspect SP issue. Please provide detailed info about bpc and BW version and sp.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:42:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809038#M215097</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-03T15:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic</title>
      <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809039#M215098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;P.S. You may test - just create a new custom measure and copy the text of periodic!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 15:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809039#M215098</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-03T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic</title>
      <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809040#M215099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried to add a new measure with same formular as periodic member and it works, we get same values as periodic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached screetshot of diferent versions of BPC, BW and EPM.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 16:17:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809040#M215099</guid>
      <dc:creator>fernando_santosgonzalez2</dc:creator>
      <dc:date>2016-08-03T16:17:56Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic</title>
      <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809041#M215100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see the question is marked answered. No more issues?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 16:50:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809041#M215100</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-03T16:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic</title>
      <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809042#M215101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is not answered. I haven't changed the status of the post. I don't know how to change the post to unresolved again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 17:24:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809042#M215101</guid>
      <dc:creator>fernando_santosgonzalez2</dc:creator>
      <dc:date>2016-08-03T17:24:16Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic</title>
      <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809043#M215102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, but the post can't be marked as assumed answered by itself &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/111/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&amp;nbsp; Only you and moderator can do it, but I am 100% sure that moderator will never do it in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About solution - both your BPC and BW SP's are old. If you upgrade to the recent the issue will be solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 17:34:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809043#M215102</guid>
      <dc:creator>former_member186338</dc:creator>
      <dc:date>2016-08-03T17:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling 12 Custom Measure in SAP BPC 10.1 NW Classic</title>
      <link>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809044#M215103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Hi Fernando, See if this post helps: &lt;/SPAN&gt;&lt;A class="jive-link-thread-small" data-containerid="2249" data-containertype="14" data-objectid="3415212" data-objecttype="1" href="http://scn.sap.com/thread/3415212"&gt;http://scn.sap.com/thread/3415212&lt;/A&gt;&lt;SPAN&gt; Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Aug 2016 18:15:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/financial-management-q-a/rolling-12-custom-measure-in-sap-bpc-10-1-nw-classic/qaa-p/11809044#M215103</guid>
      <dc:creator>JohnL</dc:creator>
      <dc:date>2016-08-03T18:15:12Z</dc:date>
    </item>
  </channel>
</rss>

