<?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: I want to calculate the running total for a year in SAS in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141756#M156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurag, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to calculate for financial year or calander year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teja surapaneni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Jan 2015 13:52:30 GMT</pubDate>
    <dc:creator>TejaSurapaneni</dc:creator>
    <dc:date>2015-01-28T13:52:30Z</dc:date>
    <item>
      <title>I want to calculate the running total for a year in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141754#M154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to calculate the running total for a year in SAS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:09:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141754#M154</guid>
      <dc:creator>AnuragSharma</dc:creator>
      <dc:date>2015-01-28T10:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: I want to calculate the running total for a year in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141755#M155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/vaug/67500/HTML/default/p0uroboxihl12on1pzzkfzok84u3.htm" title="http://support.sas.com/documentation/cdl/en/vaug/67500/HTML/default/p0uroboxihl12on1pzzkfzok84u3.htm"&gt;Working with Data Items in a Report :: SAS(R) Visual Analytics 7.1: User's Guide&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 10:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141755#M155</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-01-28T10:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: I want to calculate the running total for a year in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141756#M156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anurag, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You want to calculate for financial year or calander year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Teja surapaneni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 13:52:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141756#M156</guid>
      <dc:creator>TejaSurapaneni</dc:creator>
      <dc:date>2015-01-28T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: I want to calculate the running total for a year in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141757#M157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One way to do this is to duplicate your date item and format it as a year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say you have an item called "Date" and it is daily.&amp;nbsp; Right click on it, select duplicate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click on the new one and change the format (and the name) to Year (or month)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the new item in the report, and your data items will follow their aggregation methods assigned to them (average, sum, etc...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a financial year it is a little harder.&amp;nbsp; What I have done is load a column of data that assigns each Date to a financial year, quarter, etc.&amp;nbsp; Then report on those columns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck, Roger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 15:57:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141757#M157</guid>
      <dc:creator>RDHamm</dc:creator>
      <dc:date>2015-01-28T15:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: I want to calculate the running total for a year in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141758#M158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How would I calculate the financial year in SAS EG i.e from april 2014 to march 2015 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 16:23:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141758#M158</guid>
      <dc:creator>AnuragSharma</dc:creator>
      <dc:date>2015-01-29T16:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: I want to calculate the running total for a year in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141759#M159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are two ways I have done this.&amp;nbsp; Each is to have a Category called "Fiscal Year"&lt;/P&gt;&lt;P&gt;&lt;IMG alt="FiscalYear.jpg" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/8909_FiscalYear.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;If you are using 7.1, you can create a custom category based off of existing categories.&amp;nbsp; In the screen shot, I based my custom category off of "Occupancy Month" which are calendar months.&amp;nbsp; In this case I can assign any months that I want to any Fiscal Year.&amp;nbsp; &lt;EM&gt;NOTE:&amp;nbsp; Occupancy Month is a duplicate of Occupancy Date and formatted in a Month Format.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a version prior to 7.1, you can add a column in the upload or the column editor of Fiscal Year.&amp;nbsp; This column should have an entry for each of the most granular date items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When reporting on the category Fiscal Year, your data will follow it's aggregation rules (Sum, Max, Avg, etc)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jan 2015 16:56:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/I-want-to-calculate-the-running-total-for-a-year-in-SAS/m-p/141759#M159</guid>
      <dc:creator>RDHamm</dc:creator>
      <dc:date>2015-01-29T16:56:47Z</dc:date>
    </item>
  </channel>
</rss>

