<?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: Running total/Running Balance in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Running-total-Running-Balance/m-p/1531294#M38245</link>
    <description>Hi, John&lt;BR /&gt;Have you tried below expression?&lt;BR /&gt;RangeSum (above(sum([Total Sales]),0,RowNo()))&lt;BR /&gt;&lt;BR /&gt;ZZ</description>
    <pubDate>Wed, 16 Jan 2019 22:51:28 GMT</pubDate>
    <dc:creator>zzyjordan</dc:creator>
    <dc:date>2019-01-16T22:51:28Z</dc:date>
    <item>
      <title>Running total/Running Balance</title>
      <link>https://community.qlik.com/t5/App-Development/Running-total-Running-Balance/m-p/1531288#M38243</link>
      <description>&lt;P&gt;Happy New Year!&lt;/P&gt;&lt;P&gt;I am trying to create a report that shows the running total/balance as shown below and not having much luck.&amp;nbsp; A search on running total/balance will bring many results, not of which worked for me.&amp;nbsp; I have tried setting up a field in the script and it still does not work.&amp;nbsp; I have tried rangesum(), above(), rownno(total), and still unsuccessful.&amp;nbsp; Does anyone have a fool proof way of getting what's shown below?&amp;nbsp; It would be so easy to do in excel or SQL.&amp;nbsp; Thanks in advance!&lt;/P&gt;&lt;P&gt;CusNo&amp;nbsp; &amp;nbsp; &amp;nbsp;Customer&amp;nbsp; &amp;nbsp; &amp;nbsp;Total Sales&amp;nbsp; &amp;nbsp; &amp;nbsp;Running balance&lt;/P&gt;&lt;P&gt;1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ABC&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;5&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 5&lt;BR /&gt;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;DEF&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 7&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;12&lt;BR /&gt;3&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;GHI&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 12&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;24&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:35:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-total-Running-Balance/m-p/1531288#M38243</guid>
      <dc:creator>john_tremper</dc:creator>
      <dc:date>2024-11-16T21:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Running total/Running Balance</title>
      <link>https://community.qlik.com/t5/App-Development/Running-total-Running-Balance/m-p/1531294#M38245</link>
      <description>Hi, John&lt;BR /&gt;Have you tried below expression?&lt;BR /&gt;RangeSum (above(sum([Total Sales]),0,RowNo()))&lt;BR /&gt;&lt;BR /&gt;ZZ</description>
      <pubDate>Wed, 16 Jan 2019 22:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-total-Running-Balance/m-p/1531294#M38245</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-01-16T22:51:28Z</dc:date>
    </item>
    <item>
      <title>Re: Running total/Running Balance</title>
      <link>https://community.qlik.com/t5/App-Development/Running-total-Running-Balance/m-p/1531616#M38284</link>
      <description>&lt;P&gt;Hi ZZ, thanks for the response.&amp;nbsp; I tried that solution and got the results shown in the attached file.&amp;nbsp; The field I want to do the running balance on is:&amp;nbsp; Total Balance.&amp;nbsp; The Running Balance field is labled:&amp;nbsp; ZZ.&amp;nbsp; I also tried:&amp;nbsp;&amp;nbsp;RangeSum (above(sum([Total Balance]),0,RowNo()-1)) and got the results in the bottom portion of the report.&lt;/P&gt;&lt;P&gt;Thanks again!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Jan 2019 14:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-total-Running-Balance/m-p/1531616#M38284</guid>
      <dc:creator>john_tremper</dc:creator>
      <dc:date>2019-01-17T14:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Running total/Running Balance</title>
      <link>https://community.qlik.com/t5/App-Development/Running-total-Running-Balance/m-p/1531829#M38317</link>
      <description>Hi, John&lt;BR /&gt;Can you provide a sample qvf that reflect your issue?&lt;BR /&gt;ZZ</description>
      <pubDate>Thu, 17 Jan 2019 23:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Running-total-Running-Balance/m-p/1531829#M38317</guid>
      <dc:creator>zzyjordan</dc:creator>
      <dc:date>2019-01-17T23:11:01Z</dc:date>
    </item>
  </channel>
</rss>

