<?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: Help With RangeSum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873393#M997665</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad it worked.&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>Thu, 02 Jul 2015 13:02:05 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-07-02T13:02:05Z</dc:date>
    <item>
      <title>Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873387#M997659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using a RangeSum to calculate the accumalative count of model key in an expression over Months as dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Count({$&amp;lt;outage_type={0}&amp;gt;} distinct model_key), 0, RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression shows me accumulative count of the model key over months&amp;nbsp; in line chart . but when i am selecting the values of only a month in the chart it shows count of model key only associated with the given selection. and does not show me the same count as it was showing in the trend chart by selecting only year&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this example 17 was the no of model key for May as accumulative no but shows only 13 on double clicking the value in chart for month of May . I want same value even when selecting the month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer the attached&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:40:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873387#M997659</guid>
      <dc:creator />
      <dc:date>2015-07-02T12:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873388#M997660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this document: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:43:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873388#M997660</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-02T12:43:33Z</dc:date>
    </item>
    <item>
      <title>Re: Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873389#M997661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;=&lt;SPAN style="color: #ff0000;"&gt;If(&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Count({$&amp;lt;outage_type={0}&amp;gt;} distinct model_key) &amp;gt; 0,&lt;/SPAN&gt;&lt;/SPAN&gt; RangeSum(Above(Count({$&amp;lt;outage_type={0}, &lt;SPAN style="color: #ff0000;"&gt;Month =&lt;/SPAN&gt; &amp;gt;} distinct model_key), 0, RowNo()))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Add Month and all other calendar object where you can make a potential selection in your RangeSum expression Above (Month =, MonthYear = , Year = , Week = and so on)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Best,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sunny&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:44:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873389#M997661</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T12:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873390#M997662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I added Year=, Month=,and Day= in expression , still when i click the value on chart it showing same 13 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But with the above suggestion , this is showing fine when i am selecting the Month from calendar &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:52:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873390#M997662</guid>
      <dc:creator />
      <dc:date>2015-07-02T12:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873391#M997663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your dimension on the chart? Did you add that to the expression also?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 12:53:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873391#M997663</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T12:53:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873392#M997664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks it worked after adding the dimesion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 13:01:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873392#M997664</guid>
      <dc:creator />
      <dc:date>2015-07-02T13:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873393#M997665</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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am glad it worked.&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>Thu, 02 Jul 2015 13:02:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873393#M997665</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-02T13:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873394#M997666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks .. but one more help &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to start the count for june from 17 onwards but if use the above expression it starts 1st june count only &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example in my current example ,&amp;nbsp; Till may 31st the accumulative count of model key is 17, but when i select June then it should also consider 17 and start from there onwards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 04:40:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873394#M997666</guid>
      <dc:creator />
      <dc:date>2015-07-03T04:40:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873395#M997668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌According to my understanding the expression should handle the June selection, but if it is not able to handle it then I would have to take a look at it. Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2015 05:44:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873395#M997668</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-03T05:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873396#M997670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No June Selection is not handling the expression its giving the no of outage type 0 model key added from 1st June&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggesstion&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 10:01:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873396#M997670</guid>
      <dc:creator />
      <dc:date>2015-07-06T10:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Help With RangeSum</title>
      <link>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873397#M997671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share a sample?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 10:04:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-With-RangeSum/m-p/873397#M997671</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-07-06T10:04:55Z</dc:date>
    </item>
  </channel>
</rss>

