<?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>topic periodic cumulative measure does not respond as expected in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/periodic-cumulative-measure-does-not-respond-as-expected/m-p/768730#M15301</link>
    <description>&lt;P&gt;I want to aggregate for the upcoming next 12 months, so the calendar year shouldn't impact at all.&lt;/P&gt;
&lt;P&gt;My first choice was the periodic cumulative measure but I cannot sum over the next 12 months. This goes against my understanding what this measure promises to do.&lt;/P&gt;
&lt;P&gt;My workaround is to sum relative periods (0 to 11 by 1). This works but feels complicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here comes the code for the aggregated measure outlook 12 months that fulfills the task.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 1, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 2, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 3, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 4, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 5, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 6, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 7, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 8, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 9, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 10, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 11, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 0, 1, _Full_, {Date})
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cross.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63760i9002E2C1A9E02B36/image-size/large?v=v2&amp;amp;px=999" role="button" title="cross.png" alt="cross.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Sep 2021 10:25:11 GMT</pubDate>
    <dc:creator>acordes</dc:creator>
    <dc:date>2021-09-21T10:25:11Z</dc:date>
    <item>
      <title>periodic cumulative measure does not respond as expected</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/periodic-cumulative-measure-does-not-respond-as-expected/m-p/768730#M15301</link>
      <description>&lt;P&gt;I want to aggregate for the upcoming next 12 months, so the calendar year shouldn't impact at all.&lt;/P&gt;
&lt;P&gt;My first choice was the periodic cumulative measure but I cannot sum over the next 12 months. This goes against my understanding what this measure promises to do.&lt;/P&gt;
&lt;P&gt;My workaround is to sum relative periods (0 to 11 by 1). This works but feels complicated.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here comes the code for the aggregated measure outlook 12 months that fulfills the task.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 1, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 2, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 3, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 4, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 5, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 6, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 7, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 8, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 9, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 10, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 11, 1, _Full_, {Date}) +
CumulativePeriod(_Sum_, 'Frequency'n, _IgnoreAllTimeFrameFilters_
, '_FECULVTO'n, _ByMonth_, _ByMonth_, 0, 1, _Full_, {Date})
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cross.png" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/63760i9002E2C1A9E02B36/image-size/large?v=v2&amp;amp;px=999" role="button" title="cross.png" alt="cross.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2021 10:25:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/periodic-cumulative-measure-does-not-respond-as-expected/m-p/768730#M15301</guid>
      <dc:creator>acordes</dc:creator>
      <dc:date>2021-09-21T10:25:11Z</dc:date>
    </item>
  </channel>
</rss>

