<?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: unable to easily exclude data in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744808#M1025194</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing your where statement on the Guns table to this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Pick' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'NonFIFOPick') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;exists&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProductCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Mar 2015 08:42:41 GMT</pubDate>
    <dc:creator>chrislofthouse</dc:creator>
    <dc:date>2015-03-06T08:42:41Z</dc:date>
    <item>
      <title>unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744801#M1025186</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;I have a list of product codes I want to exclude from my report as this data is not relevant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried using a mapping load but that didn't work. I have tried linking in an extra table and that hasn't worked either. Even using the product code field as a list box and excluding the codes from there still does not amend the charts and graphs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally I would like to exclude the data in the script but that is proving harder than I thought.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the qvw file and a list of the products I am trying to exclude. They all have the same StockSANAL code of&amp;nbsp; BEVA so I have tried to exclude that as can be seen in the qvw file. Excluding this data will make a massive difference to the Ave. TU per pick graph as these products are picked in the tens of thousands which is what causes the spike. So removing them would bring that bar more in line with the weeks around it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 14:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744801#M1025186</guid>
      <dc:creator />
      <dc:date>2015-03-04T14:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744802#M1025188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I understand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first rename StockCode (I suppose StockCode is ProductCode, ok?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Products:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD StockCode as ProductCode, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StockSANAL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Products.qvd]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(qvd) where StockSANAL &amp;lt;&amp;gt; 'BEVA';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;than add an exists when you load Guns to only load Product&amp;nbsp; &amp;lt;&amp;gt;BEVA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where (Type = 'Pick' or Type = 'NonFIFOPick')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;and exists(ProductCode);&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 23:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744802#M1025188</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-04T23:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744803#M1025189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you are correct to suppose that StockCode is ProductCode. I forgot to do the rename. I added in the exists as well as you suggested but when I save and reload it doesn't change the data and doesn't remove the product codes relating to the 'BEVA' StockSANAL code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 08:04:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744803#M1025189</guid>
      <dc:creator />
      <dc:date>2015-03-05T08:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744804#M1025190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are excluding the product codes relating to the 'BEVA' StockSANAL code from the Products table, but they are still in GUNS. See attached mini example,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;SPAN style="color: #0000ff;"&gt;Exists&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;ProductCode&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) ; seems to do the trick&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Regards Andy&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 13:11:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744804#M1025190</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-05T13:11:31Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744805#M1025191</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should work because&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Products:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD StockCode as ProductCode, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; StockSANAL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM &lt;/EM&gt;&lt;EM&gt;[Products.qvd] (qvd) &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;where StockSANAL &amp;lt;&amp;gt; 'BEVA';&amp;nbsp; // &lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;here you filter BEVA&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Guns:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD LOGNAME, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; DayStart(Date) as Date, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(TIME,'hh.mm.ss') as TIME, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ......&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="line-height: 1.5em; font-size: 10pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left(MovementDescription,len(MovementDescription)-3),MovementDescription) as &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; SONumber&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;[Guns.qvd]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;(qvd)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where (Type = 'Pick' or Type = 'NonFIFOPick')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;and exists(ProductCode);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/EM&gt;&lt;STRONG&gt;&amp;nbsp; // and here you only load ProductCode not BEVA &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&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;&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;&amp;nbsp; // because of previous filter&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you post the 2 qvd for checking?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2015 19:40:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744805#M1025191</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-03-05T19:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744806#M1025192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was unable to open the larger spreadsheet as Excel says it's corrupt in some way.&lt;/P&gt;&lt;P&gt;I see what you are saying with the &lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;SPAN style="color: #0000ff;"&gt;Exists&lt;/SPAN&gt; (&lt;SPAN style="color: #800000;"&gt;ProductCode&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;) but that does not appear to be working in my instance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I have attached the qvw again so you can see.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;On the pick details sheet I have selected week 6 as this has a lot of BEVA product codes picked. Excluding these would make a clear difference to the graph on the previous sheet showing Ave. TU per pick.&lt;/P&gt;&lt;P&gt;Scrolling down the Pick Details table you can clearly see the products that come under the BEVA StockSANAL as they all start BV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Steve.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 07:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744806#M1025192</guid>
      <dc:creator />
      <dc:date>2015-03-06T07:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744807#M1025193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Attached is the updated qvw. As explained to Andrew when I isolate the week I know we picked the BEVA products they still exist in the list and as a result the graph does not change.&lt;/P&gt;&lt;P&gt;The Pick Details table shows the BEVA products still exist as the majority of those products start with the prefix BV.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 07:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744807#M1025193</guid>
      <dc:creator />
      <dc:date>2015-03-06T07:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744808#M1025194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try changing your where statement on the Guns table to this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Where&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'Pick' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'NonFIFOPick') &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;exists&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;ProductCode&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;); &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 08:42:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744808#M1025194</guid>
      <dc:creator>chrislofthouse</dc:creator>
      <dc:date>2015-03-06T08:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744809#M1025195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Weird, those BV codes don't appear to have and StockANAL code associated with them, so, are they only in the GUNS .qvd, but NOT in the Products.QVD?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post both QVDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 08:46:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744809#M1025195</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-06T08:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744810#M1025196</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are trying to exclude products with BEVA?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that case:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;Products:&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;LOAD StockCode as TestField,&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; StockSANAL&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;FROM&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;[Products.qvd]&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;(qvd) where StockSANAL = 'BEVA';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Guns:&lt;/P&gt;&lt;P&gt;LOAD LOGNAME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DayStart(Date) as Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Time(TIME,'hh.mm.ss') as TIME, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Shift, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Pick' as Type, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Picks, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; QTY as PickQty, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ProductCode, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Pallet, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; GunsSource,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(GunsSource = 'BarRed_TSL' and Type = 'NonFIFOPick', left(MovementDescription,len(MovementDescription)-3),MovementDescription) as SONumber&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\Data\Guns.qvd]&lt;/P&gt;&lt;P&gt;(qvd)&lt;/P&gt;&lt;P&gt;Where not exists(TestField, ProductCode)&lt;/P&gt;&lt;P&gt;and (Type = 'Pick' or Type = 'NonFIFOPick');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 08:56:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744810#M1025196</guid>
      <dc:creator>simenkg</dc:creator>
      <dc:date>2015-03-06T08:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744811#M1025197</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi there,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="color: #000000;"&gt;Seems then that your product list is not exhaustive enough, and that there are more products in your guns table than in your products table. If all BEVA products start with BV, you could try to add the following at the end :&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt; &lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;Where&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt; = 'Pick' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;or&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;Type&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt; = 'NonFIFOPick' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;exists&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;ProductCode&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;and&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 14pt;"&gt;left&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 14pt;"&gt;ProductCode&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 14pt;"&gt;, 2) &amp;lt;&amp;gt; 'BV'; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 14pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 08:59:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744811#M1025197</guid>
      <dc:creator>puttemans</dc:creator>
      <dc:date>2015-03-06T08:59:17Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744812#M1025198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was slight off here! Thinking again, the BV.. codes don't get excludde from the Products load because the don't have a BEVA StockANAL&amp;nbsp; associated with them, create a table box with StockANAL and ProductCode and you'll see what I mean! &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt; They all come up as NULL StockANAL..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 09:36:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744812#M1025198</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-06T09:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744813#M1025199</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both QVDs attached. I have checked and the BV codes in the original spreadsheet attached have the BEVA StockSANAL associated with them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 09:48:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744813#M1025199</guid>
      <dc:creator />
      <dc:date>2015-03-06T09:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744814#M1025200</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Johan but unfortunately not all products with the StockSANAL of BEVA start BV so that would only exclude a percentage of the stock codes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 09:50:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744814#M1025200</guid>
      <dc:creator />
      <dc:date>2015-03-06T09:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744815#M1025201</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this not what you want?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 09:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744815#M1025201</guid>
      <dc:creator>chrislofthouse</dc:creator>
      <dc:date>2015-03-06T09:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744816#M1025202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Christopher&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately not, no. Upon opening this has messed up all of the graphs and text boxes that were reporting correctly.&lt;/P&gt;&lt;P&gt;This is all wrong now.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Picks.JPG" class="image-1 jive-image" src="https://community.qlik.com/legacyfs/online/80095_Picks.JPG" style="width: 620px; height: 230px;" /&gt;&lt;/P&gt;&lt;P&gt;Steve &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 10:14:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744816#M1025202</guid>
      <dc:creator />
      <dc:date>2015-03-06T10:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744817#M1025203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Charts aside, has it excluded the product numbers you were trying to exclude?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you will know it's important we get the data right first and then charts. It may that I've accidently altered a field name etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 10:22:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744817#M1025203</guid>
      <dc:creator>chrislofthouse</dc:creator>
      <dc:date>2015-03-06T10:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744818#M1025204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry yes it has removed the codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 10:27:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744818#M1025204</guid>
      <dc:creator />
      <dc:date>2015-03-06T10:27:17Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744819#M1025205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chris&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just been reading back through and I have missed this somehow. Just put this in and it's worked a treat. Thanks.&lt;/P&gt;&lt;P&gt;Excluded another couple of items that don't need to be counted and the report is looking good now.&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 10:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744819#M1025205</guid>
      <dc:creator />
      <dc:date>2015-03-06T10:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: unable to easily exclude data</title>
      <link>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744820#M1025206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for your help with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Mar 2015 10:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/unable-to-easily-exclude-data/m-p/744820#M1025206</guid>
      <dc:creator />
      <dc:date>2015-03-06T10:30:32Z</dc:date>
    </item>
  </channel>
</rss>

