<?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: Accumulation in Qlik Sense in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670708#M10140</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Sense (as in QlikView), you can use the &lt;STRONG&gt;RANGESUM&lt;/STRONG&gt; function in combination with the &lt;STRONG&gt;ABOVE&lt;/STRONG&gt; function to accumulate the values you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, you could use an expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;rangesum( above( sum([Expression1]),0,rowno()))&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get this result (left: original graph; right: accumulation with RANGESUM):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rangesum.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67456_rangesum.png" style="width: 620px; height: 383px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Sep 2014 13:39:06 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-23T13:39:06Z</dc:date>
    <item>
      <title>Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670706#M10138</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;Anyone out there who knows how to accumulate a measure in a chart object in Qlik Sense. In QlikView I used to choose "Full accumulation" on the expressions tab, but there's no such feature in Qlik Sense, from what I can see...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 10:15:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670706#M10138</guid>
      <dc:creator />
      <dc:date>2014-09-23T10:15:49Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670707#M10139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Full accumulation" is not yet implemented in Sense ( looking at the help area), however, I would guess there would be a a way by doing set analysis, hopefully someone can provide such workaround. ( sorry I am not a developer guru =(&amp;nbsp; ) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gio &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 13:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670707#M10139</guid>
      <dc:creator>Giuseppe_Novello</dc:creator>
      <dc:date>2014-09-23T13:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670708#M10140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Sense (as in QlikView), you can use the &lt;STRONG&gt;RANGESUM&lt;/STRONG&gt; function in combination with the &lt;STRONG&gt;ABOVE&lt;/STRONG&gt; function to accumulate the values you need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case, you could use an expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;rangesum( above( sum([Expression1]),0,rowno()))&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get this result (left: original graph; right: accumulation with RANGESUM):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="rangesum.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67456_rangesum.png" style="width: 620px; height: 383px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 13:39:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670708#M10140</guid>
      <dc:creator />
      <dc:date>2014-09-23T13:39:06Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670709#M10141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pedro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a work-around that you can use for the Sense UI measures.&amp;nbsp; Try using the &lt;EM&gt;RangeSum&lt;/EM&gt; and &lt;EM&gt;Above/Below&lt;/EM&gt; commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Example&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum(&lt;STRONG&gt;FieldName&lt;/STRONG&gt;),0,rowno()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Sean&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 13:46:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670709#M10141</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-23T13:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670710#M10142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Borja.&amp;nbsp; You beat me to it!&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 13:50:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670710#M10142</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-23T13:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670711#M10143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The RangeSum function did the trick.Thank you both ever so much for the help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2014 19:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670711#M10143</guid>
      <dc:creator />
      <dc:date>2014-09-23T19:53:04Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670712#M10144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Borja, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how I can get this to work with Multiple Dimensions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example I have a stacked bar chart with 2 dimensions and 1 expressions, but this expression is not accumulating in QlikView Sense " &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;rangesum( above( sum([Expression1]),0,rowno())) "&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ben&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Dec 2014 02:25:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670712#M10144</guid>
      <dc:creator />
      <dc:date>2014-12-16T02:25:55Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670713#M10145</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;Does anyone how the expression would be if it was a line chart rather than a bar chart??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried applying the expression above and it didn't work. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Azeem &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Aug 2015 14:45:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670713#M10145</guid>
      <dc:creator />
      <dc:date>2015-08-11T14:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670714#M10146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found this awesome video that explains it perfectly.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=AlT_jAMsiGU" title="https://www.youtube.com/watch?v=AlT_jAMsiGU"&gt;https://www.youtube.com/watch?v=AlT_jAMsiGU&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Credit to: &lt;A class="g-hovercard spf-link yt-uix-sessionlink" data-sessionlink="itct=CC8Q4TkiEwj6p4L-2rfJAhXsPsIKHUZLBX4o-B0" data-ytid="UC1g4r2AifTSp3oStpwQD9Yw" href="https://www.youtube.com/channel/UC1g4r2AifTSp3oStpwQD9Yw"&gt;Christof Schwarz&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic idea is this:&lt;/P&gt;&lt;P&gt;1. Create 2 variables in Qlik Sense. I just used the editors variable creation window.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Variable 1:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Name:accum&lt;/P&gt;&lt;P&gt;Value:='RangeSum(Above('&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Variable 2:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Name:/accum&lt;/P&gt;&lt;P&gt;Value:=',0,RowNo(TOTAL)))'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="text-decoration: underline;"&gt;Usage:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;$(accum)(Your Measure)$(/accum)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE:&lt;/P&gt;&lt;P&gt;If you are going to create the variable using the SET function, in the script. Then you need to change these (' ') to these (" ").&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if it helped.&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Nov 2015 08:20:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670714#M10146</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2015-11-30T08:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670715#M10147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Borja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does the 0 mean in that equation? &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;rangesum( above( sum([Expression1]),0,rowno()))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 15:46:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670715#M10147</guid>
      <dc:creator />
      <dc:date>2015-12-03T15:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670716#M10148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A _jive_internal="true" href="https://community.qlik.com/people/cdioniso" style="font-size: 13.3333px;"&gt;Channing Dionisopoulos,&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This video explains it.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=AlT_jAMsiGU" rel="nofollow" style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;" title="https://www.youtube.com/watch?v=AlT_jAMsiGU"&gt;How to produce a cumulating bar chart/line chart in Qlik Sense - YouTube&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nico&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 20:21:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670716#M10148</guid>
      <dc:creator>nico_ilog</dc:creator>
      <dc:date>2015-12-03T20:21:32Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670717#M10149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks you! It's works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2016 20:30:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670717#M10149</guid>
      <dc:creator />
      <dc:date>2016-04-18T20:30:43Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670718#M10150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great Work ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Small Question on Extension to this Question ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What if we have 2 Expression and 2 Dimension vas well, i am trying using aggr funtion in Qlik Sense it is Not working .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please help me out of this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am Trying like this but not working &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Max( Aggr( rangesum( above( Sum(Aggr(sum({&amp;lt;No = {10}&amp;gt;} Expression),Filed-1,Field-2)),0,RowNo())), &lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Filed-1&lt;/SPAN&gt;,&lt;SPAN style="font-size: 13.3333px;"&gt;Field-2&lt;/SPAN&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Harish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 12:35:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670718#M10150</guid>
      <dc:creator>munna1317</dc:creator>
      <dc:date>2016-12-07T12:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670719#M10151</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;What if we want to have all line on the same chart? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two dimension: &lt;/P&gt;&lt;P&gt;1) Year&lt;/P&gt;&lt;P&gt;2) Fieldname&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two mesures: &lt;/P&gt;&lt;P&gt;--&amp;gt; Sum per fieldname over the year&amp;nbsp; -&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FieldName&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;--&amp;gt; Total sales over the year.&amp;nbsp;&amp;nbsp; --&amp;gt;&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;RangeSum(Above(Sum(&lt;/SPAN&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FieldName&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;),0,rowno())) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But standard line chart only accept one mesure. How can I solve this? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2016 21:58:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670719#M10151</guid>
      <dc:creator />
      <dc:date>2016-12-09T21:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulation in Qlik Sense</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670720#M10152</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;This is working fine.. but what If I am restricting my dimension to say top 5. in this scenario its not giving proper numbers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saniya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Nov 2017 11:46:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulation-in-Qlik-Sense/m-p/670720#M10152</guid>
      <dc:creator>saniyask</dc:creator>
      <dc:date>2017-11-16T11:46:43Z</dc:date>
    </item>
  </channel>
</rss>

