<?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 filling in spaces and cumulative calculation in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/filling-in-spaces-and-cumulative-calculation/m-p/2152280#M93333</link>
    <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;I hope you can help me, I need to create a customer index based on the increases&lt;BR /&gt;where the index is never zero, but I copy the last value, if it has not increased, if it has increased I need to calculate the index by the increase&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de Pantalla 2023-12-13 a la(s) 01.04.58.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125299i0B8ADEB452297A02/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura de Pantalla 2023-12-13 a la(s) 01.04.58.png" alt="Captura de Pantalla 2023-12-13 a la(s) 01.04.58.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Dec 2023 04:14:05 GMT</pubDate>
    <dc:creator>AlejandroJuarez</dc:creator>
    <dc:date>2023-12-13T04:14:05Z</dc:date>
    <item>
      <title>filling in spaces and cumulative calculation</title>
      <link>https://community.qlik.com/t5/App-Development/filling-in-spaces-and-cumulative-calculation/m-p/2152280#M93333</link>
      <description>&lt;P&gt;hi&lt;/P&gt;
&lt;P&gt;I hope you can help me, I need to create a customer index based on the increases&lt;BR /&gt;where the index is never zero, but I copy the last value, if it has not increased, if it has increased I need to calculate the index by the increase&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Captura de Pantalla 2023-12-13 a la(s) 01.04.58.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/125299i0B8ADEB452297A02/image-size/large?v=v2&amp;amp;px=999" role="button" title="Captura de Pantalla 2023-12-13 a la(s) 01.04.58.png" alt="Captura de Pantalla 2023-12-13 a la(s) 01.04.58.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 04:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/filling-in-spaces-and-cumulative-calculation/m-p/2152280#M93333</guid>
      <dc:creator>AlejandroJuarez</dc:creator>
      <dc:date>2023-12-13T04:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: filling in spaces and cumulative calculation</title>
      <link>https://community.qlik.com/t5/App-Development/filling-in-spaces-and-cumulative-calculation/m-p/2155018#M93572</link>
      <description>&lt;DIV&gt;If you want to do the accumulation in the script and the data is ordered by client and date, you can try&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Load&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; If(Client=Peek(Client),RangeSum(Peek(Index),Increase), 100) as Index,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; *&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; From Data;&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;If you want to do the accumulation in a chart, you can try method 2 on &lt;A href="https://community.qlik.com/t5/Design/Accumulations/ba-p/1466581" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/Design/Accumulations/ba-p/1466581&lt;/A&gt;.&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 11:22:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/filling-in-spaces-and-cumulative-calculation/m-p/2155018#M93572</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2023-12-20T11:22:36Z</dc:date>
    </item>
  </channel>
</rss>

