<?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 is not working for multiple dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1527469#M747456</link>
    <description>&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in your below table you divided into country twice.so i hope if you remove 2 country field hope you will get the expected solution i mean both up and down tables will show same number.&lt;/P&gt;&lt;P&gt;please find the attachment&amp;nbsp;&lt;/P&gt;&lt;P&gt;let me show correct way,if i miss understood your requirement.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jan 2019 07:24:14 GMT</pubDate>
    <dc:creator>ramasaisaksoft</dc:creator>
    <dc:date>2019-01-08T07:24:14Z</dc:date>
    <item>
      <title>running total is not working for multiple dimension</title>
      <link>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1527456#M747455</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I am trying to calculate the running total in qlik using&amp;nbsp; formula&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;RangeSum (above(TOTAL Sum({&amp;lt;Monthnum={"&amp;gt;=$(=Max(Monthnum) -11) &amp;lt;=$(=Max(Monthnum))"}&amp;gt;}absDiff),0,RowNo()))&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;this formula is working fine for single dimension lets say country,however its not working for multiple dimensions.&lt;/P&gt;&lt;P&gt;kindly help me by providing the solution.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Working for one dimension" style="width: 687px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3243i18FBA616C50C466F/image-size/large?v=v2&amp;amp;px=999" role="button" title="Working for one dimension.png" alt="Working for one dimension" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Working for one dimension&lt;/span&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="not working for multiple dimension" style="width: 705px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3244i12850A2BA1EF33C3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Not Working for multiple dimension.png" alt="not working for multiple dimension" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;not working for multiple dimension&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1527456#M747455</guid>
      <dc:creator>ajaymehtaece</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: running total is not working for multiple dimension</title>
      <link>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1527469#M747456</link>
      <description>&lt;P&gt;Hi Ajay,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in your below table you divided into country twice.so i hope if you remove 2 country field hope you will get the expected solution i mean both up and down tables will show same number.&lt;/P&gt;&lt;P&gt;please find the attachment&amp;nbsp;&lt;/P&gt;&lt;P&gt;let me show correct way,if i miss understood your requirement.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 07:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1527469#M747456</guid>
      <dc:creator>ramasaisaksoft</dc:creator>
      <dc:date>2019-01-08T07:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: running total is not working for multiple dimension</title>
      <link>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1527485#M747457</link>
      <description>&lt;P&gt;1st column is Cluster and second is Country.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2019 07:57:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1527485#M747457</guid>
      <dc:creator>ajaymehtaece</dc:creator>
      <dc:date>2019-01-08T07:57:28Z</dc:date>
    </item>
    <item>
      <title>Re: running total is not working for multiple dimension</title>
      <link>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1527731#M747458</link>
      <description>&lt;P&gt;Can you try this&lt;/P&gt;&lt;PRE&gt;RangeSum(Above(TOTAL &lt;BR /&gt;   Sum({&amp;lt;Monthnum = {"&amp;gt;=$(=Max(Monthnum) -11) &amp;lt;=$(=Max(Monthnum))"}&amp;gt;} absDiff)&lt;BR /&gt;, 0, RowNo(&lt;FONT color="#FF0000"&gt;TOTAL&lt;/FONT&gt;)))&lt;/PRE&gt;</description>
      <pubDate>Tue, 08 Jan 2019 13:02:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1527731#M747458</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-01-08T13:02:29Z</dc:date>
    </item>
    <item>
      <title>Re: running total is not working for multiple dimension</title>
      <link>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1529218#M747459</link>
      <description>&lt;P&gt;Looks like your running totals are working as expected:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="runningtotals.png" style="width: 711px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/3575iCEAB72084610A5A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="runningtotals.png" alt="runningtotals.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think the problem is you asked Qlikview to show a sum of the running totals. IMO,&amp;nbsp;a running total over a non sequential dimension is not any more useful than the&amp;nbsp;partial sums for the Cluster.&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;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jan 2019 23:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/running-total-is-not-working-for-multiple-dimension/m-p/1529218#M747459</guid>
      <dc:creator>Donicc</dc:creator>
      <dc:date>2019-01-10T23:03:32Z</dc:date>
    </item>
  </channel>
</rss>

