<?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: Range sum with above function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439723#M432116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution works great. Love it. One last question, how can we get the chart to only display those 2012 and above data? get rid of those empty year values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="bar1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184402_bar1.JPG" style="height: 75px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you very much for your professional help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Nov 2017 03:25:28 GMT</pubDate>
    <dc:creator>clarenceclay</dc:creator>
    <dc:date>2017-11-24T03:25:28Z</dc:date>
    <item>
      <title>Range sum with above function</title>
      <link>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439719#M432112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="bar.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184178_bar.jpg" style="height: 76px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer above line chart. Im using range sum with above function. How can we use range sum with above function but limit the years to show only top 5 years say from 2012 to 2017. 2012 sum would be the total from the start year up to 2012. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 09:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439719#M432112</guid>
      <dc:creator>clarenceclay</dc:creator>
      <dc:date>2017-11-22T09:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Range sum with above function</title>
      <link>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439720#M432113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be multiply you expression with this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Avg({&amp;lt;Year = {"$(='&amp;gt;=' &amp;amp; (Max(Year) - 5) &amp;amp; '&amp;lt;=' &amp;amp; Max(Year))"}&amp;gt;} 1)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Nov 2017 16:51:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439720#M432113</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-22T16:51:22Z</dc:date>
    </item>
    <item>
      <title>Re: Range sum with above function</title>
      <link>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439721#M432114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really appreciate your answer but I am not so sure how am i going to incorporate your solution into my current expression below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Expression&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Rangesum(above(count(Company_no),0,RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 01:12:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439721#M432114</guid>
      <dc:creator>clarenceclay</dc:creator>
      <dc:date>2017-11-23T01:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Range sum with above function</title>
      <link>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439722#M432115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Count(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;Year&amp;gt;}&lt;/SPAN&gt;Company_no),0,RowNo())) &lt;SPAN style="color: #ff0000;"&gt;* Avg({&amp;lt;Year = {"$(='&amp;gt;=' &amp;amp; (Max(Year) - 5) &amp;amp; '&amp;lt;=' &amp;amp; Max(Year))"}&amp;gt;} 1)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Nov 2017 23:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439722#M432115</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-23T23:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Range sum with above function</title>
      <link>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439723#M432116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your solution works great. Love it. One last question, how can we get the chart to only display those 2012 and above data? get rid of those empty year values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="bar1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/184402_bar1.JPG" style="height: 75px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, thank you very much for your professional help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 03:25:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439723#M432116</guid>
      <dc:creator>clarenceclay</dc:creator>
      <dc:date>2017-11-24T03:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Range sum with above function</title>
      <link>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439724#M432117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny, I figured it out. Just unchecked the include zero values. Thanks again for your lovely solution. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 07:09:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439724#M432117</guid>
      <dc:creator>clarenceclay</dc:creator>
      <dc:date>2017-11-24T07:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Range sum with above function</title>
      <link>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439725#M432118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Superb &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 13:07:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439725#M432118</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-24T13:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Range sum with above function</title>
      <link>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439726#M432119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close the thread by marking the correct response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Nov 2017 13:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Range-sum-with-above-function/m-p/1439726#M432119</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-24T13:07:42Z</dc:date>
    </item>
  </channel>
</rss>

