<?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 cumulative sum in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/cumulative-sum/m-p/62296#M510906</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For cash flow monitoring, I try to calculate a cumulative sum by adding an initial balance.&lt;/P&gt;&lt;P&gt;Can you help me realize that?&lt;/P&gt;&lt;P&gt;Here is a screenshot with the formula on excel tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="200151" alt="Sans titre.png" class="jive-image image-1" src="/legacyfs/online/200151_Sans titre.png" style="height: 263px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I want to create the cumulative sum first. Then I will add the initial balance to this formula.&lt;/P&gt;&lt;P&gt;I enclose the qw file.&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Arnault&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 08:11:44 GMT</pubDate>
    <dc:creator>doespirito</dc:creator>
    <dc:date>2018-04-19T08:11:44Z</dc:date>
    <item>
      <title>cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-sum/m-p/62296#M510906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;For cash flow monitoring, I try to calculate a cumulative sum by adding an initial balance.&lt;/P&gt;&lt;P&gt;Can you help me realize that?&lt;/P&gt;&lt;P&gt;Here is a screenshot with the formula on excel tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="200151" alt="Sans titre.png" class="jive-image image-1" src="/legacyfs/online/200151_Sans titre.png" style="height: 263px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I want to create the cumulative sum first. Then I will add the initial balance to this formula.&lt;/P&gt;&lt;P&gt;I enclose the qw file.&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Arnault&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 08:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-sum/m-p/62296#M510906</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2018-04-19T08:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-sum/m-p/62297#M510907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do we get the starting cash number from? This is needed in addition to the total or the total can replace the starting cash row?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 11:30:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-sum/m-p/62297#M510907</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-19T11:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-sum/m-p/62298#M510908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;two possibilities :&lt;/P&gt;&lt;P&gt;- add it in the formula (xxxxx + 700)&lt;/P&gt;&lt;P&gt;- put it in a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;starting cash&lt;/SPAN&gt; is needed in addition to the total and it gives final cash&lt;/P&gt;&lt;P&gt;final cash = starting cash + all movements i load in the application&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arnault&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 12:25:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-sum/m-p/62298#M510908</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2018-04-19T12:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: cumulative sum</title>
      <link>https://community.qlik.com/t5/QlikView/cumulative-sum/m-p/62299#M510909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i've finally used this expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;RangeSum(Above(TOTAL Sum(MontantK), 0, RowNo(TOTAL))) + 700&lt;/P&gt;&lt;P&gt;and it works fine,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Sans titre.png" class="jive-image image-1" src="/legacyfs/online/200253_Sans titre.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;even if I can not create a horizontal array...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;Arnault&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 16:13:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/cumulative-sum/m-p/62299#M510909</guid>
      <dc:creator>doespirito</dc:creator>
      <dc:date>2018-04-19T16:13:21Z</dc:date>
    </item>
  </channel>
</rss>

