<?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: Calculating Running Total In Pivot Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807295#M663745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Miguel.&amp;nbsp; We came to the same resolution.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&amp;nbsp; The app is working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2015 19:36:34 GMT</pubDate>
    <dc:creator>asmithids</dc:creator>
    <dc:date>2015-02-17T19:36:34Z</dc:date>
    <item>
      <title>Calculating Running Total In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807291#M663741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is an app that shows all of the inventory activity for items in each store (i.e. beg bal, sales, transfers in&amp;amp;out, adjustments).&amp;nbsp; I am trying to create a running balance column for each item in each store.&amp;nbsp; I used AGGR in the pivot table to isolate each transaction quantity per store, item and transaction type.&amp;nbsp; I am trying to use AGGR in the pivot table also to calculate the running balance by aggregating the beginning balance of each item per store with the sales, transfer and adjustment activity per store.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not seeing where the problem is in calculating the running balance.&amp;nbsp; I tried creating the running balance calculation in the pivot table and in the load script.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for any assistance with this issue!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 Feb 2015 22:54:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807291#M663741</guid>
      <dc:creator>asmithids</dc:creator>
      <dc:date>2015-02-14T22:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Running Total In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807292#M663742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps this document helps: &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-4252" style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7;"&gt;Calculating rolling n-period totals, averages or other aggregations&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 10:39:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807292#M663742</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-02-16T10:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Running Total In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807293#M663743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you the document.&amp;nbsp; It did provide some help.&amp;nbsp; I am using the following calculation as per the document.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;Sum&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;Aggr&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;rangesum&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;above&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;sum&lt;SPAN class="s1"&gt;(&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;SalesQTY&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;),0,1) ),&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;ItemID&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;,&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;STORE&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;The issue now is that the accumulation is doubling the result per ItemID per STORE.&amp;nbsp; See attached image.&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Any thoughts as to why the result is doubling?&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Thank you,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Feb 2015 15:01:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807293#M663743</guid>
      <dc:creator>asmithids</dc:creator>
      <dc:date>2015-02-16T15:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Running Total In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807294#M663744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;Not 100% sure if this is what you are looking for?&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 10:53:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807294#M663744</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2015-02-17T10:53:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calculating Running Total In Pivot Table</title>
      <link>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807295#M663745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Miguel.&amp;nbsp; We came to the same resolution.&amp;nbsp; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&amp;nbsp;&amp;nbsp; The app is working now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2015 19:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Calculating-Running-Total-In-Pivot-Table/m-p/807295#M663745</guid>
      <dc:creator>asmithids</dc:creator>
      <dc:date>2015-02-17T19:36:34Z</dc:date>
    </item>
  </channel>
</rss>

