<?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: Accumulative Values in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31468#M2123</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank I just saw the app!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2018 13:58:39 GMT</pubDate>
    <dc:creator>jhona1737</dc:creator>
    <dc:date>2018-03-29T13:58:39Z</dc:date>
    <item>
      <title>Accumulative Values</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31464#M2119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, I been trying to accumulative values in a horizontal table, I was able to create on a vertical one using this variables:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET [accum] ="RangeSum(Above(";&lt;/P&gt;&lt;P&gt;SET [/accum]=",0,rowNo(TOTAL)))";&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/197907_Capture.PNG" style="height: 90px; width: 620px;" /&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/197908_Capture1.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I am trying to keep track of inventory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 12:39:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31464#M2119</guid>
      <dc:creator>jhona1737</dc:creator>
      <dc:date>2018-03-29T12:39:42Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulative Values</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31465#M2120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you share how your expression looks like for the measures you have?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 12:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31465#M2120</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-03-29T12:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulative Values</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31466#M2121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First of all you have to change your Above() function to a Before() function since you have pivoted the data. You might have to change other things too if you have a different data model than I have tried to guess at...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can have a look at how it works in the app I quickly made where it works well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="197910" alt="Screenshot from 2018-03-29 15-19-58.png" class="jive-image image-1" src="/legacyfs/online/197910_Screenshot from 2018-03-29 15-19-58.png" style="height: 365px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 13:22:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31466#M2121</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-03-29T13:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulative Values</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31467#M2122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Petter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's great thank you, this was the expression I used for the table:&lt;/P&gt;&lt;P&gt;$(accum)sum({&amp;lt;[Item Category Code]={'TILAPIA'}&amp;gt;}MonthlyInventoryLBS) $(/accum)+&lt;/P&gt;&lt;P&gt;($(accum) sum({&amp;lt;[Item Category Code]={'TILAPIA'}&amp;gt;}Total_Po_Qty_Lbs) $(/accum)+&lt;/P&gt;&lt;P&gt;$(accum) sum({&amp;lt;[Item Category Code]={'TILAPIA'}&amp;gt;}PIQtyBase) $(/accum))-&lt;/P&gt;&lt;P&gt;($(accum) sum({&amp;lt;[Item Category Code]={'TILAPIA'}&amp;gt;}BaseUnitSOQTY) $(/accum)+&lt;/P&gt;&lt;P&gt;$(accum) sum({&amp;lt;[Item Category Code]={'TILAPIA'}&amp;gt;}BaseQTYInvocie) $(/accum))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but is does not give the total balance as you table could you please show the expression that you used for both types of tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 13:55:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31467#M2122</guid>
      <dc:creator>jhona1737</dc:creator>
      <dc:date>2018-03-29T13:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: Accumulative Values</title>
      <link>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31468#M2123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank I just saw the app!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2018 13:58:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Accumulative-Values/m-p/31468#M2123</guid>
      <dc:creator>jhona1737</dc:creator>
      <dc:date>2018-03-29T13:58:39Z</dc:date>
    </item>
  </channel>
</rss>

