<?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 Re: Calculate a cumulative sum over the the largest peariod available in the data in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/346598#M6804</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the parallel period function for each preceding year and added them together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2017 08:29:46 GMT</pubDate>
    <dc:creator>itchyeyeballs</dc:creator>
    <dc:date>2017-04-03T08:29:46Z</dc:date>
    <item>
      <title>Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/307957#M5710</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am new with VA&lt;/P&gt;&lt;P&gt;I would like to represent an increasing curve over time that represent cumulative values for years ( 10 years )..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To build my variable I used :&lt;/P&gt;&lt;P&gt;CumulativePeriod(_Sum_, "Mesure", Date , _Inferred_, _ByYear_, 0, _Full_, )&lt;/P&gt;&lt;P&gt;but The cumulativeperiod function calculates only over one year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PS: the depth of the historical data available is not fixed,it depends on an other categorie variable..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2016 16:58:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/307957#M5710</guid>
      <dc:creator>AsmaFejjari</dc:creator>
      <dc:date>2016-10-28T16:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/343924#M6703</link>
      <description>&lt;P&gt;Hi Asma&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm new to VA too. This is the first thing I tried to do. And then I find it can't even perform a basic cumulative function over more than a year.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The mind boggles.&lt;/P&gt;</description>
      <pubDate>Fri, 24 Mar 2017 01:24:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/343924#M6703</guid>
      <dc:creator>Pete_J_L</dc:creator>
      <dc:date>2017-03-24T01:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/344279#M6720</link>
      <description>&lt;P&gt;Have a look at my post in &lt;A href="https://communities.sas.com/t5/SAS-Visual-Analytics/How-to-aggreate-Total-Liabilities-by-Month-but-start-from-June/m-p/334065#M6397" target="_self"&gt;this thread&lt;/A&gt;&amp;nbsp;should give you what you need,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you basically have to calculate each year separately &amp;nbsp;then add together&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 09:54:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/344279#M6720</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-03-25T09:54:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/344343#M6722</link>
      <description>Thank you! I'll give that a try. Just to clarify for my newbie brain, how does one create aggregate measures of prior years?</description>
      <pubDate>Sat, 25 Mar 2017 21:53:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/344343#M6722</guid>
      <dc:creator>Pete_J_L</dc:creator>
      <dc:date>2017-03-25T21:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/344345#M6723</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Theres guidance &lt;A href="http://support.sas.com/documentation/cdl/en/vaug/66720/HTML/default/viewer.htm#n1lxnqfip132can1hdzuerib7i76.htm" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;on creating cumulative period data, you will just need to adjust item 6 in the first image shown in that link to pick how many years to go back, -1,-2 etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 22:00:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/344345#M6723</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-03-25T22:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/344346#M6724</link>
      <description>Thank you, much appreciated!</description>
      <pubDate>Sat, 25 Mar 2017 22:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/344346#M6724</guid>
      <dc:creator>Pete_J_L</dc:creator>
      <dc:date>2017-03-25T22:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/344349#M6725</link>
      <description>&lt;P&gt;Let us know how you get on &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't forget to mark the thread as solved if the suggestion works&lt;/P&gt;</description>
      <pubDate>Sat, 25 Mar 2017 22:06:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/344349#M6725</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-03-25T22:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/346538#M6798</link>
      <description>&lt;P&gt;Thanks for the advice, I gave it a fair crack, but didn't have any luck. It's far too fiddly for what should be very basic functionality within VA.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Apr 2017 23:42:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/346538#M6798</guid>
      <dc:creator>Pete_J_L</dc:creator>
      <dc:date>2017-04-02T23:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/346546#M6799</link>
      <description>&lt;P&gt;Let us know where you hit problems,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not one to pull my punches with VA (Think it lacks in several key areas) but in this case I'm not sure it would be any easier in competitor products as they all seem to work over one year periods and therefore need some fiddling&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 00:22:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/346546#M6799</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-04-03T00:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/346548#M6800</link>
      <description>&lt;P&gt;In Tableau it is simple as creating a running total table calculation. There is no arbitrary time limit, and would would there be? It makes no sense.&lt;BR /&gt;&lt;BR /&gt;I'm not having much luck creating the previous year aggregations in your solution, I'm also confused as to whether your solution uses the parallel period function or the cumulative period function, or some combination of both.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 00:38:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/346548#M6800</guid>
      <dc:creator>Pete_J_L</dc:creator>
      <dc:date>2017-04-03T00:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate a cumulative sum over the the largest peariod available in the data</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/346598#M6804</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I used the parallel period function for each preceding year and added them together.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 08:29:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Calculate-a-cumulative-sum-over-the-the-largest-peariod/m-p/346598#M6804</guid>
      <dc:creator>itchyeyeballs</dc:creator>
      <dc:date>2017-04-03T08:29:46Z</dc:date>
    </item>
  </channel>
</rss>

