<?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: Double Qty Persists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18772#M783364</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am seeing the Double Qty in the INVN_SBS_QTY which means that for most of the Items the QTY is double e.g 7 will become 14. This was why i used distinct but still experiencing the double qty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2018 17:00:42 GMT</pubDate>
    <dc:creator>oseimuduame</dc:creator>
    <dc:date>2018-03-13T17:00:42Z</dc:date>
    <item>
      <title>Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18768#M783360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Afternoon,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i had an issue some months Back and i got a response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The issue is that i was experiencing Double Qty some times back and i used DISTINCT to correct this and it worked for sometime only for me to realize now that there are still some occurences of the Duplicate item qty. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please any idea on how to resolve this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//inventory qty&lt;/P&gt;&lt;P&gt;SQL SELECT DISTINCT &lt;/P&gt;&lt;P&gt;&amp;nbsp; TO_CHAR(q.ITEM_SID) AS "ITEM_SID",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.SBS_NO AS "SBS_NO",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.STORE_NO AS "STORE_NO",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.QTY as "OH_QTY",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.MIN_QTY as "MIN_QTY",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.MAX_QTY as "MAX_QTY",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; q.TRANSFER_IN_QTY as "TRANS_IN",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.TRANSFER_OUT_QTY as "TRANS_OUT",&lt;/P&gt;&lt;P&gt;&amp;nbsp; (n.COST * q.QTY) AS "EXT_COST"&lt;/P&gt;&lt;P&gt;FROM INVN_SBS_QTY q&lt;/P&gt;&lt;P&gt;INNER JOIN INVN_SBS n ON n.ITEM_SID = q.ITEM_SID&lt;/P&gt;&lt;P&gt;WHERE q.STORE_NO &amp;lt; 250 AND q.SBS_NO in $(subsidiaries);&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>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18768#M783360</guid>
      <dc:creator>oseimuduame</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18769#M783361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do you see the double qty in which field? this looks like asql issue rather than a qlikview issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 15:27:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18769#M783361</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-03-13T15:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18770#M783362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe duplicated values in &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;INVN_SBS&lt;/SPAN&gt;?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 15:37:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18770#M783362</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-03-13T15:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18771#M783363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your data in INVN_SBS_QTY and INVN_SBS is unique?&lt;/P&gt;&lt;P&gt;Are you facing issue after join?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 16:48:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18771#M783363</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-13T16:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18772#M783364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am seeing the Double Qty in the INVN_SBS_QTY which means that for most of the Items the QTY is double e.g 7 will become 14. This was why i used distinct but still experiencing the double qty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 17:00:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18772#M783364</guid>
      <dc:creator>oseimuduame</dc:creator>
      <dc:date>2018-03-13T17:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18773#M783365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The DB cannot hold Double Values i have double Checked. I picked on item and i checked the QTY on the Software and Compare to Qlikview it still Duplicating.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help please.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 17:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18773#M783365</guid>
      <dc:creator>oseimuduame</dc:creator>
      <dc:date>2018-03-13T17:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18774#M783366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes the Data are UNIQUE.. &lt;/P&gt;&lt;P&gt;And i think the Duplicate comes after Joining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help please&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 17:02:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18774#M783366</guid>
      <dc:creator>oseimuduame</dc:creator>
      <dc:date>2018-03-13T17:02:41Z</dc:date>
    </item>
    <item>
      <title>Re: Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18775#M783367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then there can be an issue in joining. May be one value is getting joined to 2 values in another table.&lt;/P&gt;&lt;P&gt;Need to debug!&lt;/P&gt;&lt;P&gt;Can you share your app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 17:05:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18775#M783367</guid>
      <dc:creator>shiveshsingh</dc:creator>
      <dc:date>2018-03-13T17:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18776#M783368</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you have one to many relation.&lt;/P&gt;&lt;P&gt;may be data repeating twice.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table1:&lt;/STRONG&gt; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="20" width="64"&gt;ID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Amount&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;100&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;200&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;200&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl63" height="20" style="border-top: none;"&gt;300&lt;/TD&gt;&lt;TD align="right" class="xl63" style="border-top: none; border-left: none;"&gt;400&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;STRONG&gt;Table2:&lt;/STRONG&gt; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="128"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" width="64"&gt;ID&lt;/TD&gt;&lt;TD class="xl65" style="border-left: none;" width="64"&gt;Category&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;A&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;100&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;B&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;200&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;C&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;300&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;R&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD align="right" class="xl65" height="20" style="border-top: none;"&gt;300&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;R&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we use &lt;STRONG&gt;inner join&lt;/STRONG&gt; data repeats, because we have one to many...&lt;IMG alt="Ab.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196211_Ab.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Instead of &lt;STRONG&gt;Inner Join&lt;/STRONG&gt; use &lt;STRONG&gt;Inner Keep.&amp;nbsp; (Convert into Qlikview)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Ab.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/196212_Ab.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;I think your query is simple, better to convert into Qlikview, and use &lt;STRONG&gt;left Keep.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;that would work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks....!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 17:05:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18776#M783368</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2018-03-13T17:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18777#M783369</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried this script but keep saying Missing Keyword...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//inventory qty&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;&amp;nbsp; TO_CHAR(q.ITEM_SID) AS "ITEM_SID",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.SBS_NO AS "SBS_NO",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.STORE_NO AS "STORE_NO",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.QTY as "OH_QTY",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.MIN_QTY as "MIN_QTY",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.MAX_QTY as "MAX_QTY",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; q.TRANSFER_IN_QTY as "TRANS_IN",&lt;/P&gt;&lt;P&gt;&amp;nbsp; q.TRANSFER_OUT_QTY as "TRANS_OUT",&lt;/P&gt;&lt;P&gt;&amp;nbsp; (n.COST * q.QTY) AS "EXT_COST"&lt;/P&gt;&lt;P&gt;FROM INVN_SBS_QTY q&lt;/P&gt;&lt;P&gt;LEFT KEEP INVN_SBS n ON n.ITEM_SID = q.ITEM_SID&lt;/P&gt;&lt;P&gt;WHERE q.STORE_NO &amp;lt; 250 AND q.SBS_NO in $(subsidiaries);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am i missing something here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 17:12:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18777#M783369</guid>
      <dc:creator>oseimuduame</dc:creator>
      <dc:date>2018-03-13T17:12:16Z</dc:date>
    </item>
    <item>
      <title>Re: Double Qty Persists</title>
      <link>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18778#M783370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, This is SQL script.&lt;/P&gt;&lt;P&gt;You have to convert Qlikview level.&lt;/P&gt;&lt;P&gt;See&amp;nbsp; below....&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INVN_SBS_QTY:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; TO_CHAR(q.ITEM_SID) AS "ITEM_SID",&lt;/P&gt;&lt;P&gt;&amp;nbsp; SBS_NO AS "SBS_NO",&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE_NO AS "STORE_NO",&lt;/P&gt;&lt;P&gt;&amp;nbsp; QTY as "OH_QTY",&lt;/P&gt;&lt;P&gt;&amp;nbsp; MIN_QTY as "MIN_QTY",&lt;/P&gt;&lt;P&gt;&amp;nbsp; MAX_QTY as "MAX_QTY",&lt;/P&gt;&lt;P&gt;&amp;nbsp; TRANSFER_IN_QTY as "TRANS_IN",&lt;/P&gt;&lt;P&gt;&amp;nbsp; TRANSFER_OUT_QTY as "TRANS_OUT",&lt;/P&gt;&lt;P&gt;&amp;nbsp; QTY AS Qty&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;// Quantity in INVN_SBS_QTY&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;FROM INVN_SBS_QTY&lt;/P&gt;&lt;P&gt;WHERE STORE_NO &amp;lt; 250 AND SBS_NO in $(subsidiaries);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store INVN_SBS_QTY into path/&lt;STRONG style="font-size: 13.3333px;"&gt;INVN_SBS_QTY &lt;/STRONG&gt;.qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;INVN_SBS:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; ITEM_SID&lt;/P&gt;&lt;P&gt;&amp;nbsp; COST AS COST&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;// Cost in &lt;/STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;INVN_SBS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;FROM INVN_SBS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store INVN_SBS into path/&lt;STRONG style="font-size: 13.3333px;"&gt;INVN_SBS&lt;/STRONG&gt;.qvd(qvd);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create like 2 separate QVD's &lt;STRONG style="font-size: 13.3333px;"&gt;INVN_SBS_QTY and &lt;STRONG style="font-size: 13.3333px;"&gt;INVN_SBS;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;then use like below...&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Load&amp;nbsp; &lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; ITEM_SID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; SBS_NO,&lt;/P&gt;&lt;P&gt;&amp;nbsp; STORE_NO,&lt;/P&gt;&lt;P&gt;&amp;nbsp; OH_QTY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; MIN_QTY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; MAX_QTY,&lt;/P&gt;&lt;P&gt;&amp;nbsp; TRANS_IN,&lt;/P&gt;&lt;P&gt;&amp;nbsp; TRANS_OUT,&lt;/P&gt;&lt;P&gt;&amp;nbsp; QTY&lt;/P&gt;&lt;P&gt;From&amp;nbsp; &lt;STRONG style="font-size: 13.3333px;"&gt;INVN_SBS_QTY ;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;EM&gt;left Keep&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Load&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; ITEM_SID&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&amp;nbsp; COST&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;FROM &lt;STRONG&gt;INVN_SBS&lt;/STRONG&gt;;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This should work...:)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2018 17:28:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Double-Qty-Persists/m-p/18778#M783370</guid>
      <dc:creator>Nagaraju_KCS</dc:creator>
      <dc:date>2018-03-13T17:28:54Z</dc:date>
    </item>
  </channel>
</rss>

