<?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 Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081614#M464827</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that was very helpful. How do I keep the cumulative to each order no? Please see screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121035_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 Apr 2016 11:14:21 GMT</pubDate>
    <dc:creator>timsaddler</dc:creator>
    <dc:date>2016-04-08T11:14:21Z</dc:date>
    <item>
      <title>RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081608#M464821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;Struggling with the calculation of Cumulatives&lt;/P&gt;&lt;P&gt;As per screenshot , I need cumulatives of 8,16,24,32 for Cum Qnty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I tried &lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rangesum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;QUANTITY&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;),0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;rowno&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()))&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121015_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 10:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081608#M464821</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2016-04-08T10:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081609#M464822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like:&lt;/P&gt;&lt;P&gt; rangesum(above(&lt;STRONG&gt;total&lt;/STRONG&gt; sum(QUANTITY),0,rowno())) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 10:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081609#M464822</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2016-04-08T10:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081610#M464823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;I suspect that you should use&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;rangesum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;(&lt;SPAN style="font-size: 13.3333px;"&gt;total &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000;"&gt;QUANTITY&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d;"&gt;),0,&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;rowno&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; line-height: 1.5em;"&gt;())) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;HIC&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081610#M464823</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2016-04-08T11:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081611#M464824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;Won't we need a TOTAL within RowNo() as well?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, sans-serif; font-size: 10pt;"&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;STRONG style="color: #575757;"&gt;RangeSum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG&gt;(Above(TOTAL Sum(QUANTITY),0, RowNo&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-size: 10pt; font-family: arial, helvetica, sans-serif;"&gt;&lt;STRONG style="color: #575757;"&gt;(&lt;SPAN style="color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt;)))&lt;/STRONG&gt;&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:02:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081611#M464824</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T11:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081612#M464825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm missing something here because it still doesn't work ? do I need to do something else ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121034_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:06:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081612#M464825</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2016-04-08T11:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081613#M464826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try this?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #0000ff;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #575757;"&gt;RangeSum&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #575757;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;(Above(TOTAL Sum(QUANTITY),0, RowNo&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-size: 10pt; font-style: inherit; font-family: arial, helvetica, sans-serif; font-weight: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #575757;"&gt;(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit; color: #ff0000;"&gt;TOTAL&lt;/SPAN&gt;)))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:09:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081613#M464826</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T11:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081614#M464827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks that was very helpful. How do I keep the cumulative to each order no? Please see screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/121035_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:14:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081614#M464827</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2016-04-08T11:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081615#M464828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now this makes the the requirement a little more challenging. The problem is that TOTAL identifier within RowNo() cannot be based on certain field (although the help says it can be, but somehow it doesn't work). So now Either you need a field from your script which is sequence of number for each order, or you need to use Aggr() function. Are you using QV12? If you are then the problem can be solved much easily (&lt;A href="https://community.qlik.com/qlik-blogpost/4673"&gt;The sortable Aggr function is finally here!&lt;/A&gt;). If not then you again will have to sort your data correctly in the script to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In short -&amp;gt; Are you using QV 12? If not, then be ready to make modification to the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081615#M464828</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T11:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081616#M464829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi thanks for that. I am using Qlikview 11.2.&lt;/P&gt;&lt;P&gt;Can you point me in the right direction of how to do this in the script please?&lt;/P&gt;&lt;P&gt;An example would be great if possible.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:39:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081616#M464829</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2016-04-08T11:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081617#M464830</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This seems to do the trick @Sunny T&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/437288"&gt;Re: Rangesum aggregation script&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:48:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081617#M464830</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2016-04-08T11:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081618#M464831</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does the accumulation needs to be by OrderNo and Date or Just by OrderNo?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:48:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081618#M464831</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T11:48:34Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081619#M464832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;, I am glad you were able to figure it out. I am guessing you won't need a sample anymore?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081619#M464832</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-08T11:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: RangeSum Question in Chart</title>
      <link>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081620#M464833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;sunindia&lt;/A&gt;‌ you gave me just info to work it out myself which is great&lt;/P&gt;&lt;P&gt;Problem solved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2016 11:57:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/RangeSum-Question-in-Chart/m-p/1081620#M464833</guid>
      <dc:creator>timsaddler</dc:creator>
      <dc:date>2016-04-08T11:57:37Z</dc:date>
    </item>
  </channel>
</rss>

