<?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: How to get quantity based on the movements type in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745468#M266120</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plant:&lt;/P&gt;&lt;P&gt;LOAD Plant, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MovementType,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[testfile.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Mapping table to get the multiplication factors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEft JOIN(Plant)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;INLINE [ Plant, MovementType, MultplicationFactor&lt;/P&gt;&lt;P&gt;A11, 11, 1&lt;/P&gt;&lt;P&gt;A11, 12, -1&lt;/P&gt;&lt;P&gt;A22, 11, 1&lt;/P&gt;&lt;P&gt;A22, 12, -1 &lt;/P&gt;&lt;P&gt;A33, 11, 1&lt;/P&gt;&lt;P&gt;A33, 12, -1 &lt;/P&gt;&lt;P&gt;M11, 21, 1&lt;/P&gt;&lt;P&gt;M11, 12, -1&lt;/P&gt;&lt;P&gt;R11, 31, 1&lt;/P&gt;&lt;P&gt;R11, 32, -1&lt;/P&gt;&lt;P&gt;T11, 11, 1&lt;/P&gt;&lt;P&gt;T11, 12, -1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart : Straight Table&lt;/P&gt;&lt;P&gt;Dimension: Plant&lt;/P&gt;&lt;P&gt;Expression:Sum(Quantity * MultplicationFactor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 Nov 2014 05:33:07 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2014-11-14T05:33:07Z</dc:date>
    <item>
      <title>How to get quantity based on the movements type</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745465#M266117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I have struck one place in one of my requirments please give me any suggesion on this to come out from that.&lt;/P&gt;&lt;P&gt;My requierment is i have to caliculate the Quantity value based on the "Movement types" , but more movementtype&amp;nbsp; ae there i have to filter the quantity based on the Movement type.&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="BORDER-BOTTOM: #000000 1px solid; BORDER-LEFT: #000000 1px solid; WIDTH: 100%; BORDER-TOP: #000000 1px solid; BORDER-RIGHT: #000000 1px solid;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Plant&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Movementype( +ve)&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;"&gt;&lt;STRONG&gt;Movemnttype (-ve)&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A22&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A33&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;M11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;21&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;R11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;31&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;32&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;T11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;11&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt; above are the movement types which are there in database i have to caliculate quantity based on the movement type.&lt;/P&gt;&lt;P&gt;ex:&lt;/P&gt;&lt;P&gt;Plant&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Movementtype&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity&lt;/P&gt;&lt;P&gt;A11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/P&gt;&lt;P&gt;A11&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here the caliculation is like i wrote in frentend&amp;nbsp; if(plant='A11',sum({&amp;lt;movementtype={"11"}&amp;gt;}quantity*1)+sum(sum({&amp;lt;movementtype={"11"}&amp;gt;}quantity*-1)&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Result is&amp;nbsp;&amp;nbsp; :: 5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is giveing exact values.&lt;/P&gt;&lt;P&gt;but like these there are many plants i have to applay same logic for all things, some plants have same movements type to get quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please suggest how to write in back end isteated of frent end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attach ments.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 04:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745465#M266117</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-11-14T04:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quantity based on the movements type</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745466#M266118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try cosstable load like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CrossTable([Movementype( +ve)], Quantity)&lt;/P&gt;&lt;P&gt;LOAD Plant, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Movementype( +ve)], &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Movemnttype (-ve)]&lt;/P&gt;&lt;P&gt;FROM &amp;lt;&amp;gt;:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 04:50:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745466#M266118</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-14T04:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quantity based on the movements type</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745467#M266119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tresesco ,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Movementtype+ve and movementtype-ve are not direct fields.&lt;/P&gt;&lt;P&gt;Movement type are one field in that many movementtype are there in data base (11,12,21,31,32,10,15,......etc) but i have to cosider Perticular movemetn type is +ve and some other is -ve for perticular PLANT. like wise i have saparate out those movement types to get the Quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the my attachment application and Excel file.&lt;/P&gt;&lt;P&gt;kindly give me any suggesion, that will help me alot.&lt;/P&gt;&lt;P&gt;thanks in advance/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 05:18:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745467#M266119</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-11-14T05:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quantity based on the movements type</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745468#M266120</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plant:&lt;/P&gt;&lt;P&gt;LOAD Plant, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MovementType,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[testfile.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Mapping table to get the multiplication factors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEft JOIN(Plant)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;INLINE [ Plant, MovementType, MultplicationFactor&lt;/P&gt;&lt;P&gt;A11, 11, 1&lt;/P&gt;&lt;P&gt;A11, 12, -1&lt;/P&gt;&lt;P&gt;A22, 11, 1&lt;/P&gt;&lt;P&gt;A22, 12, -1 &lt;/P&gt;&lt;P&gt;A33, 11, 1&lt;/P&gt;&lt;P&gt;A33, 12, -1 &lt;/P&gt;&lt;P&gt;M11, 21, 1&lt;/P&gt;&lt;P&gt;M11, 12, -1&lt;/P&gt;&lt;P&gt;R11, 31, 1&lt;/P&gt;&lt;P&gt;R11, 32, -1&lt;/P&gt;&lt;P&gt;T11, 11, 1&lt;/P&gt;&lt;P&gt;T11, 12, -1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chart : Straight Table&lt;/P&gt;&lt;P&gt;Dimension: Plant&lt;/P&gt;&lt;P&gt;Expression:Sum(Quantity * MultplicationFactor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 05:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745468#M266120</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-14T05:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quantity based on the movements type</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745469#M266121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case, maintain a mapping table that holds the flagging of +ve/-ve and use that flag as a part of set analysis to decide what to add and subtract.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 05:38:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745469#M266121</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-11-14T05:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quantity based on the movements type</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745470#M266122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi JaganMohan,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Thank you very much for replying but i need that caliculation field(sum(Quantity*MultiplicaitonFactor)) in backend&amp;nbsp; because i have to use same field in some toher where, i mean i have to display the data based on the 3 months and 6 months YTD quantity consumption&amp;nbsp; like caliculation.&lt;/P&gt;&lt;P&gt;Please give me any suggesion.&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 06:42:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745470#M266122</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-11-14T06:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quantity based on the movements type</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745471#M266123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this script&lt;/P&gt;&lt;P&gt;PlantTemp:&lt;/P&gt;&lt;P&gt;LOAD Plant,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MovementType,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Quantity&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[testfile.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Mapping table to get the multiplication factors&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LEft JOIN(PlantTemp)&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;INLINE [ Plant, MovementType, MultplicationFactor&lt;/P&gt;&lt;P&gt;A11, 11, 1&lt;/P&gt;&lt;P&gt;A11, 12, -1&lt;/P&gt;&lt;P&gt;A22, 11, 1&lt;/P&gt;&lt;P&gt;A22, 12, -1&lt;/P&gt;&lt;P&gt;A33, 11, 1&lt;/P&gt;&lt;P&gt;A33, 12, -1&lt;/P&gt;&lt;P&gt;M11, 21, 1&lt;/P&gt;&lt;P&gt;M11, 12, -1&lt;/P&gt;&lt;P&gt;R11, 31, 1&lt;/P&gt;&lt;P&gt;R11, 32, -1&lt;/P&gt;&lt;P&gt;T11, 11, 1&lt;/P&gt;&lt;P&gt;T11, 12, -1&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*,&lt;/P&gt;&lt;P&gt;Quantity * MultplicationFactor AS FinalValue&lt;/P&gt;&lt;P&gt;RESIDENT PlantTemp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP TABLE PlantTemp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745471#M266123</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-14T09:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quantity based on the movements type</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745472#M266124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now Sum(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f6f6f6;"&gt;FinalValue) as your expression.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:09:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745472#M266124</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-14T09:09:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quantity based on the movements type</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745473#M266125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Jagan Mohan,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Now it is working fine thank you very much again once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:49:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745473#M266125</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-11-14T09:49:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to get quantity based on the movements type</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745474#M266126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much Tresesco,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Now it is working fine again thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 Nov 2014 09:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-get-quantity-based-on-the-movements-type/m-p/745474#M266126</guid>
      <dc:creator>ravindraa</dc:creator>
      <dc:date>2014-11-14T09:50:47Z</dc:date>
    </item>
  </channel>
</rss>

