<?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: Dynamic Calculations in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/dynamic-calculations/qaa-p/12618937#M4733097</link>
    <description>&lt;P&gt;The output will be like this, here I have given the current year restriction.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2058475-image.png" /&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Jun 2022 10:23:25 GMT</pubDate>
    <dc:creator>Sowmiya_C</dc:creator>
    <dc:date>2022-06-02T10:23:25Z</dc:date>
    <item>
      <title>Dynamic Calculations</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-calculations/qaq-p/12618935</link>
      <description>&lt;P&gt;Hi All, &lt;/P&gt;
  &lt;P&gt;I am trying to create a calculation that would sum the Inventory value for the current period automatically. So that, if I schedule a monthly refresh of the inventory report, my calculation will &lt;U&gt;automatically&lt;/U&gt; roll forward and pick the correct actual month. &lt;/P&gt;
  &lt;P&gt;At the moment, I can only see filter/input controls that have to be manually updated each month in the widgets. &lt;/P&gt;
  &lt;P&gt;Is there an automated solution?&lt;/P&gt;
  &lt;P&gt;Padraic&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 07:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-calculations/qaq-p/12618935</guid>
      <dc:creator>phayes1</dc:creator>
      <dc:date>2022-06-02T07:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calculations</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-calculations/qaa-p/12618936#M4733096</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;phayes1&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Please try with the restricted measure as below.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2058463-image.png" /&gt;&lt;/P&gt;&lt;P&gt;let me know if it works for you!&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;sowmiya&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 09:11:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-calculations/qaa-p/12618936#M4733096</guid>
      <dc:creator>Sowmiya_C</dc:creator>
      <dc:date>2022-06-02T09:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calculations</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-calculations/qaa-p/12618937#M4733097</link>
      <description>&lt;P&gt;The output will be like this, here I have given the current year restriction.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2058475-image.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 10:23:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-calculations/qaa-p/12618937#M4733097</guid>
      <dc:creator>Sowmiya_C</dc:creator>
      <dc:date>2022-06-02T10:23:25Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Calculations</title>
      <link>https://community.sap.com/t5/technology-q-a/dynamic-calculations/qaa-p/12618938#M4733098</link>
      <description>&lt;P&gt;Hello &lt;SPAN class="mention-scrubbed"&gt;phayes1&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;There are two ways:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Dynamic Filters &lt;BR /&gt;You can filter your data using your &lt;STRONG&gt;Time Dimension&lt;/STRONG&gt; and selecting a &lt;STRONG&gt;Dynamic filter&lt;/STRONG&gt;.&lt;OL&gt;&lt;LI&gt;Create a table or chart using the Time Dimension from your model. In this example, I am using the dimension named &lt;STRONG&gt;Date&lt;/STRONG&gt; in my model, it can have another name in yours&lt;/LI&gt;&lt;LI&gt;In the builder area, select &lt;STRONG&gt;Date&lt;/STRONG&gt; dimension &amp;gt; click the Funnel icon to filter and select &lt;STRONG&gt;Filter by Range&lt;/STRONG&gt;&lt;/LI&gt;&lt;LI&gt;In the screen "Set Date Range for Time" you can select the granularity, how far you want to look back and ahead (based on the granularity)&lt;BR /&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2055499-1.jpg" /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2055500-2.jpg" /&gt;&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Calculated Measures &amp;gt; Value Input Control &amp;gt; Current Period.&lt;BR /&gt;You can find steps and additional scenarios here :&lt;A href="https://blogs.sap.com/2020/10/31/date-calculations-in-sap-analytics-cloud-using-custom-date/" target="_blank"&gt;Date Calculations in SAP Analytics Cloud using Custom Date&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Some time we may want to add offset in our selection. Eg: Say we are in 1st week of June and month end is still in progress for May. See what fits in your requirement.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Viewers&lt;/STRONG&gt;/ &lt;STRONG&gt;readers&lt;/STRONG&gt; : If you find shared info helpful, don't forget to &lt;STRONG&gt;vote&lt;/STRONG&gt; (arrows on left side)&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;-&lt;STRONG&gt;Debjit&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Jun 2022 17:01:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/dynamic-calculations/qaa-p/12618938#M4733098</guid>
      <dc:creator>DebjitSingha</dc:creator>
      <dc:date>2022-06-02T17:01:47Z</dc:date>
    </item>
  </channel>
</rss>

