<?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: Cumulative sum expression is working erracticly in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression-is-working-erracticly/m-p/1212198#M876004</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;it worked for 'CUM'&lt;/P&gt;&lt;P&gt;but this is I believe has become hard coded for only "Cum'.Is there any way to make this expression dynamic i.e if we select 'Non-Cum' as a selector value to show in the same expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aniruddhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2016 10:47:51 GMT</pubDate>
    <dc:creator>aniruddhyadutta</dc:creator>
    <dc:date>2016-10-25T10:47:51Z</dc:date>
    <item>
      <title>Cumulative sum expression is working erracticly</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression-is-working-erracticly/m-p/1212196#M876002</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;I am facing some issues while calculating the cumulative sum&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when I am using this expression my chart is showing correct data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum({$&amp;lt; Hour_15={'$(v2)','$(v3)','$(v4)'}&amp;gt;} ALERT_Count),0,RowNo()))&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;/P&gt;&lt;P&gt;&lt;IMG alt="cum.PNG" class="jive-image image-1" height="182" src="https://community.qlik.com/legacyfs/online/141687_cum.PNG" style="height: 182px; width: 1074.67px;" width="1075" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this same expression if I use with an if else condtion is not behaviung correctly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (SELECTOR = 'CUM',RangeSum(above(sum({$&amp;lt; Hour_15={'$(v2)','$(v3)','$(v4)'}&amp;gt;} ALERT_Count),0,RowNo())), sum({&amp;lt;Hour_15= {'$(v2)','$(v3)','$(v4)'}&amp;gt;}ALERT_Count)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="wrong cum.PNG" class="jive-image image-2" src="/legacyfs/online/141688_wrong cum.PNG" style="height: 184px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;here you can see the cumulative has been done from 11:00 and 11:15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the if -else to use the expression in a toggle expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression-is-working-erracticly/m-p/1212196#M876002</guid>
      <dc:creator>aniruddhyadutta</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum expression is working erracticly</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression-is-working-erracticly/m-p/1212197#M876003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum({$&amp;lt; Hour_15={'$(v2)','$(v3)','$(v4)'}&lt;STRONG&gt;, SELECTOR = {'CUM'}&lt;/STRONG&gt;&amp;gt;} ALERT_Count),0,RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Oct 2016 18:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression-is-working-erracticly/m-p/1212197#M876003</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-24T18:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum expression is working erracticly</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression-is-working-erracticly/m-p/1212198#M876004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;it worked for 'CUM'&lt;/P&gt;&lt;P&gt;but this is I believe has become hard coded for only "Cum'.Is there any way to make this expression dynamic i.e if we select 'Non-Cum' as a selector value to show in the same expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Aniruddhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 10:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression-is-working-erracticly/m-p/1212198#M876004</guid>
      <dc:creator>aniruddhyadutta</dc:creator>
      <dc:date>2016-10-25T10:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative sum expression is working erracticly</title>
      <link>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression-is-working-erracticly/m-p/1212199#M876005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try it with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(Sum({$&amp;lt; Hour_15={'$(v2)','$(v3)','$(v4)'}&lt;STRONG&gt;, SELECTOR = p(SELECTOR)}&lt;/STRONG&gt;&amp;gt;} ALERT_Count),0,RowNo()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 17:06:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Cumulative-sum-expression-is-working-erracticly/m-p/1212199#M876005</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-10-25T17:06:35Z</dc:date>
    </item>
  </channel>
</rss>

