<?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 Rolling Qty in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Rolling-Qty/m-p/1681701#M51879</link>
    <description>&lt;P&gt;&lt;SPAN&gt;How can I reproduce the formula in column J in this excel sheet&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to do a rolling Qty on the on hand qty in qlik sense on a pivot table ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I've had no luck so far : (&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2020 14:12:55 GMT</pubDate>
    <dc:creator>Eaun</dc:creator>
    <dc:date>2020-03-04T14:12:55Z</dc:date>
    <item>
      <title>Rolling Qty</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-Qty/m-p/1681701#M51879</link>
      <description>&lt;P&gt;&lt;SPAN&gt;How can I reproduce the formula in column J in this excel sheet&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;to do a rolling Qty on the on hand qty in qlik sense on a pivot table ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;I've had no luck so far : (&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 14:12:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-Qty/m-p/1681701#M51879</guid>
      <dc:creator>Eaun</dc:creator>
      <dc:date>2020-03-04T14:12:55Z</dc:date>
    </item>
    <item>
      <title>Re: Rolling Qty</title>
      <link>https://community.qlik.com/t5/App-Development/Rolling-Qty/m-p/1681978#M51916</link>
      <description>&lt;P&gt;Tried this :&lt;/P&gt;&lt;P&gt;Test:&lt;BR /&gt;LOAD&lt;BR /&gt;Rowno() as RowNumber,&lt;BR /&gt;PROCESS_CODE,&lt;BR /&gt;LINE_CODE,&lt;BR /&gt;PART_NUMBER,&lt;BR /&gt;CUSTOMER_P_O_NUMBER,&lt;BR /&gt;SHIPPING_DATE,&lt;BR /&gt;"ORDER QTY",&lt;BR /&gt;"SHIPPED QTY",&lt;BR /&gt;"REMAINING QTY TO SHIP",&lt;BR /&gt;"ON HAND QTY" as [On Hand Rolling Qty],&lt;BR /&gt;"ON HAND QTY"&lt;BR /&gt;FROM [lib://Qlik Test/Other source files/Rolling Qty.xlsx]&lt;BR /&gt;(ooxml, embedded labels, table is Rad2);&lt;/P&gt;&lt;P&gt;Left Join (Test)&lt;BR /&gt;Load Distinct&lt;BR /&gt;RowNumber,&lt;BR /&gt;if( alt(previous([On Hand Rolling Qty]),0)&amp;gt;=0,&lt;BR /&gt;alt(previous([On Hand Rolling Qty])-[REMAINING QTY TO SHIP],&lt;BR /&gt;alt(previous([On Hand Rolling Qty])-[SHIPPED QTY] ))) as [Rolling Qty]&lt;/P&gt;&lt;P&gt;Resident Test;&lt;/P&gt;&lt;P&gt;but the last row does not down date : (&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how I can get around this ?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 09:52:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Rolling-Qty/m-p/1681978#M51916</guid>
      <dc:creator>Eaun</dc:creator>
      <dc:date>2020-03-05T09:52:46Z</dc:date>
    </item>
  </channel>
</rss>

