<?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: issue with orders qty and shipped qty in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/issue-with-orders-qty-and-shipped-qty/m-p/2130815#M91928</link>
    <description>&lt;P&gt;in the screenshot, the Qty was repeating&amp;nbsp; that time I can't get the desired output of the pending Qty column and&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my expected output would be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pending Qty&lt;/P&gt;
&lt;P&gt;(4-1)=3&lt;/P&gt;
&lt;P&gt;(3-1)=2&lt;/P&gt;
&lt;P&gt;(2-1)=1&lt;/P&gt;
&lt;P&gt;(4-1)=3&lt;/P&gt;</description>
    <pubDate>Mon, 23 Oct 2023 04:37:28 GMT</pubDate>
    <dc:creator>PK422</dc:creator>
    <dc:date>2023-10-23T04:37:28Z</dc:date>
    <item>
      <title>issue with orders qty and shipped qty</title>
      <link>https://community.qlik.com/t5/App-Development/issue-with-orders-qty-and-shipped-qty/m-p/2129905#M91875</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PK422_0-1697708578610.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/118486iF3BCA6AB60CC8881/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PK422_0-1697708578610.png" alt="PK422_0-1697708578610.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;her the pending Quantity is&amp;nbsp; showing the same values i want output as&amp;nbsp; of (Qty-Shipped Qty) as Pending Quantity based on order id and product id&lt;/P&gt;
&lt;P&gt;I want output in this way&lt;/P&gt;
&lt;P&gt;Pending Qty&lt;/P&gt;
&lt;P&gt;(4-1)=3&lt;/P&gt;
&lt;P&gt;(3-1)=2&lt;/P&gt;
&lt;P&gt;(2-1)=1&lt;/P&gt;
&lt;P&gt;(4-1)=3&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 09:49:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/issue-with-orders-qty-and-shipped-qty/m-p/2129905#M91875</guid>
      <dc:creator>PK422</dc:creator>
      <dc:date>2023-10-19T09:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: issue with orders qty and shipped qty</title>
      <link>https://community.qlik.com/t5/App-Development/issue-with-orders-qty-and-shipped-qty/m-p/2129911#M91876</link>
      <description>&lt;P&gt;How are you getting the figures you posted?&lt;/P&gt;
&lt;P&gt;As the screenshot show what I would expect.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 10:06:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/issue-with-orders-qty-and-shipped-qty/m-p/2129911#M91876</guid>
      <dc:creator>Mark_Little</dc:creator>
      <dc:date>2023-10-19T10:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: issue with orders qty and shipped qty</title>
      <link>https://community.qlik.com/t5/App-Development/issue-with-orders-qty-and-shipped-qty/m-p/2130815#M91928</link>
      <description>&lt;P&gt;in the screenshot, the Qty was repeating&amp;nbsp; that time I can't get the desired output of the pending Qty column and&amp;nbsp;&lt;/P&gt;
&lt;P&gt;my expected output would be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pending Qty&lt;/P&gt;
&lt;P&gt;(4-1)=3&lt;/P&gt;
&lt;P&gt;(3-1)=2&lt;/P&gt;
&lt;P&gt;(2-1)=1&lt;/P&gt;
&lt;P&gt;(4-1)=3&lt;/P&gt;</description>
      <pubDate>Mon, 23 Oct 2023 04:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/issue-with-orders-qty-and-shipped-qty/m-p/2130815#M91928</guid>
      <dc:creator>PK422</dc:creator>
      <dc:date>2023-10-23T04:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: issue with orders qty and shipped qty</title>
      <link>https://community.qlik.com/t5/App-Development/issue-with-orders-qty-and-shipped-qty/m-p/2130859#M91932</link>
      <description>&lt;P&gt;Maybe something like this ? (Tried using sample data)&lt;/P&gt;
&lt;DIV&gt;test:&lt;/DIV&gt;
&lt;DIV&gt;load * inline&lt;/DIV&gt;
&lt;DIV&gt;[&lt;/DIV&gt;
&lt;DIV&gt;orderID,ProductID,Qty,ShippedQty,distinguisher&lt;/DIV&gt;
&lt;DIV&gt;509,P4,4,1,1&lt;/DIV&gt;
&lt;DIV&gt;509,P4,4,1,2&lt;/DIV&gt;
&lt;DIV&gt;509,P3,4,1,4&lt;/DIV&gt;
&lt;DIV&gt;509,P4,4,1,3&lt;/DIV&gt;
&lt;DIV&gt;];&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;NoConcatenate&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Final:&lt;/DIV&gt;
&lt;DIV&gt;load&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt; orderID,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ProductID,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; Qty,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; ShippedQty,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; distinguisher,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp; &amp;nbsp; &lt;STRONG&gt;if(orderID=peek(orderID) and ProductID=peek(ProductID), peek(Diff)-ShippedQty, Qty-ShippedQty) as Diff&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV&gt;Resident test order by orderID, ProductID asc;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;drop table&amp;nbsp; test;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Output:&lt;/DIV&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Aditya_Chitale_0-1698045200489.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/118684i30F492AE2B2D4AFF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Aditya_Chitale_0-1698045200489.png" alt="Aditya_Chitale_0-1698045200489.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Aditya&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Mon, 23 Oct 2023 12:22:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/issue-with-orders-qty-and-shipped-qty/m-p/2130859#M91932</guid>
      <dc:creator>Aditya_Chitale</dc:creator>
      <dc:date>2023-10-23T12:22:18Z</dc:date>
    </item>
  </channel>
</rss>

