<?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 Cummulative sum through drill down i Cubes in SAS Web Report Studio</title>
    <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Cummulative-sum-through-drill-down-i-Cubes/m-p/55352#M1050</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for a calculated menber in a OLAP Cube, where I can obtain a cummulative sum even though I drill up or down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In normal base SAS I wil do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;by year;&lt;/P&gt;&lt;P&gt;base=0;&lt;/P&gt;&lt;P&gt;base +1 (or base plus cost or sales);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible i a OLAP Cube, and what about drill up/down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Feb 2012 12:06:53 GMT</pubDate>
    <dc:creator>Roth</dc:creator>
    <dc:date>2012-02-16T12:06:53Z</dc:date>
    <item>
      <title>Cummulative sum through drill down i Cubes</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Cummulative-sum-through-drill-down-i-Cubes/m-p/55352#M1050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking for a calculated menber in a OLAP Cube, where I can obtain a cummulative sum even though I drill up or down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In normal base SAS I wil do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;by year;&lt;/P&gt;&lt;P&gt;base=0;&lt;/P&gt;&lt;P&gt;base +1 (or base plus cost or sales);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible i a OLAP Cube, and what about drill up/down&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Feb 2012 12:06:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Cummulative-sum-through-drill-down-i-Cubes/m-p/55352#M1050</guid>
      <dc:creator>Roth</dc:creator>
      <dc:date>2012-02-16T12:06:53Z</dc:date>
    </item>
    <item>
      <title>Cummulative sum through drill down i Cubes</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Cummulative-sum-through-drill-down-i-Cubes/m-p/55353#M1051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; What viewer are you using?&amp;nbsp; Most of the SAS OLAP viewers let you specify a total based upon all members or the members currently showing in the drill-down.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Mar 2012 12:05:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Cummulative-sum-through-drill-down-i-Cubes/m-p/55353#M1051</guid>
      <dc:creator>jcbell</dc:creator>
      <dc:date>2012-03-09T12:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Cummulative sum through drill down i Cubes</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Cummulative-sum-through-drill-down-i-Cubes/m-p/55354#M1052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not quite what i meant.&lt;/P&gt;&lt;P&gt;ex.&lt;/P&gt;&lt;P&gt;data test;&lt;/P&gt;&lt;P&gt;Var 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var 2&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;4&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6&lt;/P&gt;&lt;P&gt;3&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 9&lt;/P&gt;&lt;P&gt;8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 17&lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 19&lt;/P&gt;&lt;P&gt;Var 2 is the accumulated var 1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the OLAP to be able to calculate var 2. I can do that in a data step, but I don't know how to tell the cube to acumulate var 1 into var 2.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 08:45:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Cummulative-sum-through-drill-down-i-Cubes/m-p/55354#M1052</guid>
      <dc:creator>Roth</dc:creator>
      <dc:date>2012-04-16T08:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cummulative sum through drill down i Cubes</title>
      <link>https://communities.sas.com/t5/SAS-Web-Report-Studio/Cummulative-sum-through-drill-down-i-Cubes/m-p/55355#M1053</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;Try this...Hope it helps&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: navy;"&gt;(SUM(PeriodsToDate([time].[All time].level),[MEASURES].[no_of_empSUM]));&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: navy;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: navy;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: navy;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: navy;"&gt;Shiva&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Verdana','sans-serif'; color: navy;"&gt;Shiva&lt;IMG alt="Cube output.png" class="jive-image-thumbnail jive-image" height="775" src="https://communities.sas.com/legacyfs/online/1630_Cube output.png" style="float: none; width: 803px; height: 775.8716216216217px;" width="803" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 09:46:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Web-Report-Studio/Cummulative-sum-through-drill-down-i-Cubes/m-p/55355#M1053</guid>
      <dc:creator>shivas</dc:creator>
      <dc:date>2012-04-16T09:46:44Z</dc:date>
    </item>
  </channel>
</rss>

