<?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: SAP Analytics cloud planning - Data action issue in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaa-p/14128156#M4917052</link>
    <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/575346"&gt;@pragnya_m&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;For example, if the user selects January to June 2025, but January to March 2025 are actual periods,"&lt;/EM&gt; - How will the system know January to March is Actual period ? Either create some flag to indicate what periods are actual or you can also check if Actual data exists. I am not sure of you model setup but you just need to make the system understand what periods are actual.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IF RESULTLOOKUP([d/version]="public.Actual") !=NULL THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ELSE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;Put your logic here&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ENDIF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nikhil&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Jun 2025 05:21:16 GMT</pubDate>
    <dc:creator>N1kh1l</dc:creator>
    <dc:date>2025-06-16T05:21:16Z</dc:date>
    <item>
      <title>SAP Analytics cloud planning  - Data action issue</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaq-p/14128151</link>
      <description>&lt;P&gt;Hi, I’m facing an issue with a Data Action where users select a start and end time period to perform employee transfers. However, the Data Action is currently running even on closed periods—meaning the actual periods—where I don’t want the new data to appear. The problem is that I’m scoping the time dimension based on user-selected parameters rather than using version properties, so the Data Action affects both actual and planning periods indiscriminately.&lt;/P&gt;&lt;P&gt;To solve this, I need a way to restrict the Data Action so that it only updates data for planning periods within the user’s selected range and completely excludes any actual (closed) periods, even if they fall between the start and end dates. For example, if the user selects January to June 2025, but January to March 2025 are actual periods, the Data Action should only process April to June 2025, leaving the actual periods untouched.&amp;nbsp; i have locked data at model level but i dont want to show the user any data movements on actual periods. Can anyone please help.&lt;/P&gt;&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/124370"&gt;@N1kh1l&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 04:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaq-p/14128151</guid>
      <dc:creator>pragnya_m</dc:creator>
      <dc:date>2025-06-16T04:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Analytics cloud planning - Data action issue</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaa-p/14128156#M4917052</link>
      <description>&lt;P&gt;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/575346"&gt;@pragnya_m&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;"&lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;For example, if the user selects January to June 2025, but January to March 2025 are actual periods,"&lt;/EM&gt; - How will the system know January to March is Actual period ? Either create some flag to indicate what periods are actual or you can also check if Actual data exists. I am not sure of you model setup but you just need to make the system understand what periods are actual.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;IF RESULTLOOKUP([d/version]="public.Actual") !=NULL THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ELSE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;lt;Put your logic here&amp;gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;ENDIF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Hope this helps !!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Nikhil&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 05:21:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaa-p/14128156#M4917052</guid>
      <dc:creator>N1kh1l</dc:creator>
      <dc:date>2025-06-16T05:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Analytics cloud planning - Data action issue</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaa-p/14128390#M4917063</link>
      <description>Hi Nikhil, I'm running data action on forecasting version where i have actual and planning periods. As i mentioned, i have time parameters for start and end date rather than version properties. Please let me know how can i restrict closed periods</description>
      <pubDate>Mon, 16 Jun 2025 06:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaa-p/14128390#M4917063</guid>
      <dc:creator>pragnya_m</dc:creator>
      <dc:date>2025-06-16T06:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Analytics cloud planning - Data action issue</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaa-p/14128408#M4917065</link>
      <description>&lt;P&gt;What you still did not mention how will the system know what is a closed period. Do you have any flags for close period. You need to define the criteria for closed period.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Even if you are running the DA on Forecast version you can still build filtering logic based on Actual version. As you are not specifying what is a closed period, I asked you to check if there is data in Actual version ( logic that period is Actual period)&lt;/P&gt;</description>
      <pubDate>Mon, 16 Jun 2025 07:09:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaa-p/14128408#M4917065</guid>
      <dc:creator>N1kh1l</dc:creator>
      <dc:date>2025-06-16T07:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Analytics cloud planning - Data action issue</title>
      <link>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaa-p/14130392#M4917305</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.sap.com/t5/user/viewprofilepage/user-id/575346"&gt;@pragnya_m&lt;/a&gt;&amp;nbsp;,&amp;nbsp; if you have the periods being maintained as the properties of version dimension, here is an example how to filter out the data in data action formulas.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SarauShen_0-1750199841517.png"&gt;&lt;img src="https://community.sap.com/t5/image/serverpage/image-id/275568i7EECDB21104C2CE3/image-size/medium?v=v2&amp;amp;px=400" alt="SarauShen_0-1750199841517.png" title="SarauShen_0-1750199841517.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;More details can be found in help doc:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/afe93e3cf1414a7b8419baad11cc066e.html#loio4ab31f8c107a427387da65eb7c9fccbb" target="_blank"&gt;https://help.sap.com/docs/SAP_ANALYTICS_CLOUD/00f68c2e08b941f081002fd3691d86a7/afe93e3cf1414a7b8419baad11cc066e.html#loio4ab31f8c107a427387da65eb7c9fccbb&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2025 22:39:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/sap-analytics-cloud-planning-data-action-issue/qaa-p/14130392#M4917305</guid>
      <dc:creator>SarauShen</dc:creator>
      <dc:date>2025-06-17T22:39:34Z</dc:date>
    </item>
  </channel>
</rss>

