<?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: Rangesum question in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493036#M482390</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="45534" class="jive-image-thumbnail jive-image" onclick="" alt="sample.jpg" src="https://community.qlik.com/legacyfs/online/45534_sample.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My workaround is to combine [year + month] in one dimension and use this &lt;/P&gt;&lt;P&gt;rangesum( above(sum([sales qty]),0,rowno())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow when the date is in more than one dimension, still don't figure out how to do the grouping nicely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Aug 2013 06:04:33 GMT</pubDate>
    <dc:creator>ringolau</dc:creator>
    <dc:date>2013-08-15T06:04:33Z</dc:date>
    <item>
      <title>Rangesum question</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493032#M482386</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;I want to create a straight table with an accumulative sold by RangeSum() at season level. Currently I create an expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum(above (TOTAL sum([sales qty]),0,rowno())) by the accumulative sales breaks at Year level, I tried to put season desciption in the function like this but with no luck, anything is missing?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum(above (TOTAL sum([sales qty]),0,rowno()), [season description])&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;IMG __jive_id="45456" class="jive-image-thumbnail jive-image" onclick="" alt="sample.jpg" src="https://community.qlik.com/legacyfs/online/45456_sample.jpg" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 09:51:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493032#M482386</guid>
      <dc:creator>ringolau</dc:creator>
      <dc:date>2013-08-14T09:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum question</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493033#M482387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put the TOTAL also in the Rowno:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rowno(TOTAL)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 09:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493033#M482387</guid>
      <dc:creator />
      <dc:date>2013-08-14T09:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum question</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493034#M482388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Lous,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me make it clear, in the straight table, there will be different brand and season. What I want is to have an accumulated sales grouped by season and brand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 10:01:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493034#M482388</guid>
      <dc:creator>ringolau</dc:creator>
      <dc:date>2013-08-14T10:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum question</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493035#M482389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I once tried to add a dimension to the TOTAL clause in a Rangesum, this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rangesum(above (TOTAL&amp;lt;Brand, Season&amp;gt; sum([sales qty]),0,rowno(TOTAL&amp;lt;Brand, Seaso&amp;gt;)), [season description])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...but it didn´t seem to work. Can't you use a pivot table there? That way yuo can choose to sum the dimensions you want. Thats the way I usually do.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 10:14:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493035#M482389</guid>
      <dc:creator />
      <dc:date>2013-08-14T10:14:35Z</dc:date>
    </item>
    <item>
      <title>Re: Rangesum question</title>
      <link>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493036#M482390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG __jive_id="45534" class="jive-image-thumbnail jive-image" onclick="" alt="sample.jpg" src="https://community.qlik.com/legacyfs/online/45534_sample.jpg" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My workaround is to combine [year + month] in one dimension and use this &lt;/P&gt;&lt;P&gt;rangesum( above(sum([sales qty]),0,rowno())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Somehow when the date is in more than one dimension, still don't figure out how to do the grouping nicely.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 06:04:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Rangesum-question/m-p/493036#M482390</guid>
      <dc:creator>ringolau</dc:creator>
      <dc:date>2013-08-15T06:04:33Z</dc:date>
    </item>
  </channel>
</rss>

