<?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: reduce items in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587686#M217907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({$&amp;lt;pn-={"105","106"}&amp;gt;}qty)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 May 2014 07:10:53 GMT</pubDate>
    <dc:creator>nizamsha</dc:creator>
    <dc:date>2014-05-02T07:10:53Z</dc:date>
    <item>
      <title>reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587685#M217906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I have inventory file , includes pn and qty&lt;/P&gt;&lt;P&gt;as well as list of pn to exclude fro the invery&lt;/P&gt;&lt;P&gt;what is the best way to do it&lt;/P&gt;&lt;P&gt;enclosed a file with data&lt;/P&gt;&lt;P&gt;sheet - data , with&amp;nbsp; original data .&lt;/P&gt;&lt;P&gt;sheet - exclude - pn to be removed fro the original data&lt;/P&gt;&lt;P&gt;sheet - after -&amp;nbsp; required data ( after the remove )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;gidon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587685#M217906</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2014-05-02T07:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587686#M217907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=sum({$&amp;lt;pn-={"105","106"}&amp;gt;}qty)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:10:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587686#M217907</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-05-02T07:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587687#M217908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pn as dimension&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;expression&amp;nbsp; =sum({$&amp;lt;pn-={"105","106"}&amp;gt;}qty)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:11:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587687#M217908</guid>
      <dc:creator>nizamsha</dc:creator>
      <dc:date>2014-05-02T07:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587688#M217909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;New Update&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Write for load statement like below if you have few records otherwise use where exists&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD pn,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qty&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is data)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where not Match(pn,'105','107');&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Or &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In Front end for expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;=Sum({$&amp;lt;pn -= {'105','106'}&amp;gt;} qty )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587688#M217909</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-02T07:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587689#M217910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nizam&lt;/P&gt;&lt;P&gt;Thanks for the fast answer &lt;/P&gt;&lt;P&gt;I cannot use this script , as the list is much bigger .&lt;/P&gt;&lt;P&gt;and it change every day&lt;/P&gt;&lt;P&gt;thanks gidon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:16:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587689#M217910</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2014-05-02T07:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587690#M217911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi david i think you can do anand has said ,i think it is correct &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587690#M217911</guid>
      <dc:creator />
      <dc:date>2014-05-02T07:23:46Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587691#M217912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;LOAD pn, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qty&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Reduce items.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P&gt;Left Join(Data)&lt;/P&gt;&lt;P&gt;Exclude:&lt;/P&gt;&lt;P&gt;LOAD pn, RowNo() As Rn&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Reduce items.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is exclude);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Final:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load pn,qty,Rn Resident Data where IsNull(Rn);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table Data;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:28:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587691#M217912</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-02T07:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587692#M217913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i cannot be specific with the pn , it changed&lt;/P&gt;&lt;P&gt;and the list is very long&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;any right or keep command&amp;nbsp; ?&lt;/P&gt;&lt;P&gt;gidon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:28:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587692#M217913</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2014-05-02T07:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587693#M217914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check my script below&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587693#M217914</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-02T07:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587694#M217915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can write this way in the load script &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ExcludeTable:&lt;/P&gt;&lt;P&gt;LOAD pn as ExcludeKey;&lt;/P&gt;&lt;P&gt;LOAD pn &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is exclude);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD pn, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qty&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is data) &lt;STRONG&gt;Where not Exists(ExcludeKey,pn);&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:31:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587694#M217915</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-02T07:31:17Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587695#M217916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;thanks , it works&lt;/P&gt;&lt;P&gt;gidon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:34:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587695#M217916</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2014-05-02T07:34:47Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587696#M217917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Check below&amp;nbsp; script david in this you have to maintain only excel by use this you can exclude 100 to 1000 of pn field keys.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ExcludeTable:&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD pn as ExcludeKey;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD pn&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is exclude);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD pn,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qty&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;D&gt;&lt;/D&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is data) &lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Where not Exists(ExcludeKey,pn);&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;Drop table ExcludeTable;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587696#M217917</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-02T07:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587697#M217918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you mark &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;helpful\correct answer&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 07:57:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587697#M217918</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-02T07:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587698#M217919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Thanks tried it it works perfect ,&lt;/P&gt;&lt;P&gt;since you are here&amp;nbsp; , can you tell me&lt;/P&gt;&lt;P&gt;how to remove a field&amp;nbsp; from a table&lt;/P&gt;&lt;P&gt;in order to reduce tha size of the module&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;gidon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 08:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587698#M217919</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2014-05-02T08:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587699#M217920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the field which you dont need from load statement&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 08:05:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587699#M217920</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-02T08:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587700#M217921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the load statement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Name,Address,Salary,LastName&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Location;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Field LastName; &lt;/STRONG&gt;//if you want to remove the LastName from table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;//Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;DROP Fields LastName,Name; &lt;STRONG&gt; &lt;/STRONG&gt;&lt;/STRONG&gt;//if you want to remove the LastName,Namefrom table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 08:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587700#M217921</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-02T08:08:50Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587701#M217922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes , please&lt;/P&gt;&lt;P&gt;how do i do it ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 08:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587701#M217922</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2014-05-02T08:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587702#M217923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very&amp;nbsp; much . &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 08:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587702#M217923</guid>
      <dc:creator>gidon500</dc:creator>
      <dc:date>2014-05-02T08:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587703#M217924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you got correct answer from the thread so mark the thread as appropriate answer correct / helpful for references or for another question post new thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 08:12:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587703#M217924</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-05-02T08:12:59Z</dc:date>
    </item>
    <item>
      <title>Re: reduce items</title>
      <link>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587704#M217925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD pn,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; qty&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Reduce items.xlsx]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you dont want column qty remove it from your load statement&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD pn&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Reduce items.xlsx]&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels);&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If you want to remove after loading, then use Drop &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop field qty;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 May 2014 08:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/reduce-items/m-p/587704#M217925</guid>
      <dc:creator>anbu1984</dc:creator>
      <dc:date>2014-05-02T08:13:57Z</dc:date>
    </item>
  </channel>
</rss>

