<?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 till another value is met and start fresh in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892887#M73614</link>
    <description>&lt;P&gt;If you use Date as dimension, and sort it by Date, you could probably use&lt;/P&gt;&lt;P&gt;RangeSum(Sum([Work Hours]), If(Above(Sum([Fail Hours]))&amp;gt;0,0,Above(NewAccumulation)))&lt;/P&gt;&lt;P&gt;and name this measure NewAccumulation. Or rather - the name of the measure needs to be the same as the reference inside the measure.&lt;/P&gt;&lt;P&gt;Note that this is a recursive definition. This means that it will work fine if you have only a few rows (maybe a couple of hundreds or less) in the table, but it will not work if you have many rows (thousands).&lt;/P&gt;</description>
    <pubDate>Tue, 15 Feb 2022 08:03:05 GMT</pubDate>
    <dc:creator>hic</dc:creator>
    <dc:date>2022-02-15T08:03:05Z</dc:date>
    <item>
      <title>Cumulative Sum till another value is met and start fresh</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892291#M73533</link>
      <description>&lt;P&gt;Hi QlikSense Friends,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;TABLE width="283"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="74"&gt;Date&lt;/TD&gt;
&lt;TD width="64"&gt;Work Hours&lt;/TD&gt;
&lt;TD width="67"&gt;Fail Hours&lt;/TD&gt;
&lt;TD width="78"&gt;Cumulative&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;01-01-2020&lt;/TD&gt;
&lt;TD&gt;20&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;20&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;02-01-2020&lt;/TD&gt;
&lt;TD&gt;16&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;36&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;03-01-2020&lt;/TD&gt;
&lt;TD&gt;20&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;56&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;04-01-2020&lt;/TD&gt;
&lt;TD&gt;11&lt;/TD&gt;
&lt;TD&gt;4&lt;/TD&gt;
&lt;TD&gt;67&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;05-01-2020&lt;/TD&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;06-01-2020&lt;/TD&gt;
&lt;TD&gt;12&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;07-01-2020&lt;/TD&gt;
&lt;TD&gt;17&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;39&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;08-01-2020&lt;/TD&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;58&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;09-01-2020&lt;/TD&gt;
&lt;TD&gt;15&lt;/TD&gt;
&lt;TD&gt;6&lt;/TD&gt;
&lt;TD&gt;73&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;10-01-2020&lt;/TD&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;11-01-2020&lt;/TD&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;TD&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD&gt;19&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to have cumulative value as shown in Column Cumulative.&lt;/P&gt;
&lt;P&gt;Every time when the system fail Hours are encountered, the next cumulative should reset as above.&lt;/P&gt;
&lt;P&gt;Please advice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your support&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Mak&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 08:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892291#M73533</guid>
      <dc:creator>Mak3</dc:creator>
      <dc:date>2022-02-13T08:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum till another value is met and start fresh</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892308#M73536</link>
      <description>&lt;P&gt;Take a look at&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Qlik-Design-Blog/Counters-in-the-Load/ba-p/1464117" target="_blank"&gt;https://community.qlik.com/t5/Qlik-Design-Blog/Counters-in-the-Load/ba-p/1464117&lt;/A&gt;&amp;nbsp;- especially the last example using a combination of Peek() and RangeSum() to create accumulations in the script. Note also how "DaysWithTrend" is reset, the same way as you want.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Feb 2022 16:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892308#M73536</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-02-13T16:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum till another value is met and start fresh</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892347#M73547</link>
      <description>&lt;P&gt;&lt;BR /&gt;Thanks Henric,&lt;/P&gt;
&lt;P&gt;Appreciate your support. To recap,sharing the table&lt;/P&gt;
&lt;TABLE style="border-collapse: collapse; width: 192pt; box-sizing: border-box; outline: none; border-spacing: 0px; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; widows: 2; -webkit-text-stroke-width: 0px; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial;" border="0" width="256" cellspacing="0" cellpadding="0"&gt;
&lt;TBODY&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" class="xl65" style="height: 15.0pt; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;Date&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;Work Hours&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;Fail Hours&lt;/TD&gt;
&lt;TD width="64" class="xl67" style="border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;Cumulative&amp;nbsp;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;01-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;20&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;20&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;02-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;16&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;36&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;03-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;20&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;56&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;04-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;11&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;4&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;67&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;05-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;10&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;10&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;06-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;12&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;22&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;07-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;17&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;39&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;08-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;19&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;58&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;09-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;15&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;6&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;73&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;10-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;19&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;19&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR style="height: 15.0pt; box-sizing: border-box; outline: none;"&gt;
&lt;TD width="64" height="20" align="right" class="xl66" style="height: 15.0pt; border-top: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;11-01-2020&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;19&lt;/TD&gt;
&lt;TD width="64" class="xl65" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;&amp;nbsp;&lt;/TD&gt;
&lt;TD width="64" align="right" class="xl67" style="border-top: none; border-left: none; width: 48pt; box-sizing: border-box; outline: none; min-width: 40px;"&gt;38&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;the 1st three columns - Date,Work Hours,Fail Hours are as observed.&lt;/P&gt;
&lt;P&gt;I am trying to create a table in which the 4th column Cumulative&amp;nbsp;is cumulative sum of work hours till Fail Hours is greater than zero.&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 04:27:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892347#M73547</guid>
      <dc:creator>Mak3</dc:creator>
      <dc:date>2022-02-14T04:27:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum till another value is met and start fresh</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892462#M73561</link>
      <description>&lt;P&gt;Load&lt;BR /&gt;RangeSum([Work Hours],If(Peek([Fail Hours])&amp;gt;0,0,Peek(NewAccumulation))) as NewAccumulation,&lt;BR /&gt;*&lt;BR /&gt;Inline&lt;BR /&gt;[Date,Work Hours,Fail Hours,Cumulative&lt;BR /&gt;01-01-2020,20, ,20&lt;BR /&gt;02-01-2020,16, ,36&lt;BR /&gt;03-01-2020,20, ,56&lt;BR /&gt;04-01-2020,11,4,67&lt;BR /&gt;05-01-2020,10, ,10&lt;BR /&gt;06-01-2020,12, ,22&lt;BR /&gt;07-01-2020,17, ,39&lt;BR /&gt;08-01-2020,19, ,58&lt;BR /&gt;09-01-2020,15,6,73&lt;BR /&gt;10-01-2020,19, ,19&lt;BR /&gt;11-01-2020,19, ,38] ;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 10:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892462#M73561</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-02-14T10:35:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum till another value is met and start fresh</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892687#M73590</link>
      <description>&lt;P&gt;Thank you very much Henric. Very helpful,&lt;/P&gt;
&lt;P&gt;Can you also help in UI for the table as measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 17:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892687#M73590</guid>
      <dc:creator>Mak3</dc:creator>
      <dc:date>2022-02-14T17:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum till another value is met and start fresh</title>
      <link>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892887#M73614</link>
      <description>&lt;P&gt;If you use Date as dimension, and sort it by Date, you could probably use&lt;/P&gt;&lt;P&gt;RangeSum(Sum([Work Hours]), If(Above(Sum([Fail Hours]))&amp;gt;0,0,Above(NewAccumulation)))&lt;/P&gt;&lt;P&gt;and name this measure NewAccumulation. Or rather - the name of the measure needs to be the same as the reference inside the measure.&lt;/P&gt;&lt;P&gt;Note that this is a recursive definition. This means that it will work fine if you have only a few rows (maybe a couple of hundreds or less) in the table, but it will not work if you have many rows (thousands).&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 08:03:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Cumulative-Sum-till-another-value-is-met-and-start-fresh/m-p/1892887#M73614</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-02-15T08:03:05Z</dc:date>
    </item>
  </channel>
</rss>

