<?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 how to do running totals? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14518#M785779</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 need help in doing running totals, my expression&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Term Type]=&lt;/P&gt;&lt;P&gt;,[Year/Month]=&lt;/P&gt;&lt;P&gt;,[Period]={"&amp;gt;=$(=YearStart(Period))&amp;nbsp; &amp;lt;=$(=max(Period))"}&lt;/P&gt;&lt;P&gt;&amp;gt;} COUNT_Pop)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="194628" alt="running total.png" class="jive-image image-1" src="/legacyfs/online/194628_running total.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;gives me monthly counts, how do I do running totals? Jan, jan+feb, jan+feb+mar, jan-apr so on&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>rmuhammad</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>how to do running totals?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14518#M785779</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 need help in doing running totals, my expression&lt;/P&gt;&lt;P&gt;sum({&amp;lt;[Term Type]=&lt;/P&gt;&lt;P&gt;,[Year/Month]=&lt;/P&gt;&lt;P&gt;,[Period]={"&amp;gt;=$(=YearStart(Period))&amp;nbsp; &amp;lt;=$(=max(Period))"}&lt;/P&gt;&lt;P&gt;&amp;gt;} COUNT_Pop)&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="194628" alt="running total.png" class="jive-image image-1" src="/legacyfs/online/194628_running total.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;gives me monthly counts, how do I do running totals? Jan, jan+feb, jan+feb+mar, jan-apr so on&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/how-to-do-running-totals/m-p/14518#M785779</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to do running totals?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14519#M785780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you considered accumulation option?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194629_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 21:32:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14519#M785780</guid>
      <dc:creator>shilpan</dc:creator>
      <dc:date>2018-02-26T21:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to do running totals?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14520#M785781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;not sure why but it is grey out&lt;/P&gt;&lt;P&gt;&lt;IMG alt="running total.png" class="jive-image image-1" src="/legacyfs/online/194636_running total.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 21:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14520#M785781</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2018-02-26T21:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: how to do running totals?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14521#M785782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;with the following expression i did get the cumulative sum however it is Nov - Jan , Nov to Feb and so on instead of Jan - Nov. Any ideas on how to reverse order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum (above(sum({&amp;lt;[Term Type]=&lt;/P&gt;&lt;P&gt;,[Year/Month]=&lt;/P&gt;&lt;P&gt;,[Period]={"&amp;gt;=$(=YearStart(Period))&amp;nbsp; &amp;lt;=$(=max(Period))"}&lt;/P&gt;&lt;P&gt;&amp;gt;} COUNT_Pop),0,RowNo()))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="running total.png" class="jive-image image-1" src="/legacyfs/online/194637_running total.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 22:26:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14521#M785782</guid>
      <dc:creator>rmuhammad</dc:creator>
      <dc:date>2018-02-26T22:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to do running totals?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14522#M785783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you can use Below() function, which is similar to Above() but in reverse order (so in bottom up manner).&lt;/P&gt;&lt;P&gt;Juraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Feb 2018 22:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14522#M785783</guid>
      <dc:creator>juraj_misina</dc:creator>
      <dc:date>2018-02-26T22:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to do running totals?</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14523#M785784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the Format of period.&lt;/P&gt;&lt;P&gt;Did you check Max(Period) format?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Feb 2018 04:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-do-running-totals/m-p/14523#M785784</guid>
      <dc:creator>qlik4asif</dc:creator>
      <dc:date>2018-02-27T04:53:24Z</dc:date>
    </item>
  </channel>
</rss>

