<?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 Running total in Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104314#M365847</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 have a Strange Problem. i'm Calculating running total and a contribution for branch and segment wise. The expression I used to calculate running total as follows.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Sum(Net_Value),0,RowNo()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i do'n select any Branch the result is wrong and when I select a branch the result is correct. But I need to generate that report for all the branches at once. (with out select any branch)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached snap shots on both the cases. Unable to upload a sample.&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Tharindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jul 2016 04:14:05 GMT</pubDate>
    <dc:creator>dinuwanbr</dc:creator>
    <dc:date>2016-07-20T04:14:05Z</dc:date>
    <item>
      <title>Running total in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104314#M365847</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 have a Strange Problem. i'm Calculating running total and a contribution for branch and segment wise. The expression I used to calculate running total as follows.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;RangeSum(Above(Sum(Net_Value),0,RowNo()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i do'n select any Branch the result is wrong and when I select a branch the result is correct. But I need to generate that report for all the branches at once. (with out select any branch)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached snap shots on both the cases. Unable to upload a sample.&lt;/P&gt;&lt;P&gt;Can anyone help me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanx in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Tharindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 04:14:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104314#M365847</guid>
      <dc:creator>dinuwanbr</dc:creator>
      <dc:date>2016-07-20T04:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Running total in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104315#M365848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I expect you need a TOTAL statement in the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(Above(TOTAL Sum(Net_Value),0,RowNo()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(Above(Sum(Net_Value),0,RowNo(TOTAL)))&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;or some combination of the above&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 04:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104315#M365848</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2016-07-20T04:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: Running total in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104316#M365849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;try this i hope it will work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;RangeSum(Above(Sum(Net_Value))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jul 2016 06:09:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104316#M365849</guid>
      <dc:creator />
      <dc:date>2016-07-20T06:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Running total in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104317#M365850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Jonathan,&lt;/P&gt;&lt;P&gt;Thank you very much for ur reply. But still the same issue.&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Tharindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 06:00:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104317#M365850</guid>
      <dc:creator>dinuwanbr</dc:creator>
      <dc:date>2016-07-25T06:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: Running total in Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104318#M365851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Krishna,&lt;/P&gt;&lt;P&gt;Thank you very much for ur reply.&lt;/P&gt;&lt;P&gt;But it's not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds,&lt;/P&gt;&lt;P&gt;Tharindu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Jul 2016 06:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Running-total-in-Pivot-Table/m-p/1104318#M365851</guid>
      <dc:creator>dinuwanbr</dc:creator>
      <dc:date>2016-07-25T06:01:21Z</dc:date>
    </item>
  </channel>
</rss>

