<?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 Exclude Multiple Records in Script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-Multiple-Records-in-Script/m-p/267555#M100482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem that doesn't seem too complicated but I just can't figure it out. I have two Excel files, one with all of my product data and one that is just a list of products that I need to exclude from the data. Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA_TABLE:&lt;/P&gt;&lt;P&gt;Product#, Name, Inventory&lt;/P&gt;&lt;P&gt;1001, A, 500&lt;/P&gt;&lt;P&gt;1002, B, 600&lt;/P&gt;&lt;P&gt;1003, C, 200&lt;/P&gt;&lt;P&gt;1004, D, 700&lt;/P&gt;&lt;P&gt;1005, E, 900&lt;/P&gt;&lt;P&gt;1006, F, 100&lt;/P&gt;&lt;P&gt;1007, G, 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCLUSIONS_TABLE:&lt;/P&gt;&lt;P&gt;Product#&lt;/P&gt;&lt;P&gt;1001&lt;/P&gt;&lt;P&gt;1004&lt;/P&gt;&lt;P&gt;1005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I've searched for on the boards, WHERE NOT looks like it is the solution for excluding a few items in the script, but I have a lot more than just a few exclusions and they may change from week to week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Aug 2011 18:10:11 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-08-11T18:10:11Z</dc:date>
    <item>
      <title>Exclude Multiple Records in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Multiple-Records-in-Script/m-p/267555#M100482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a problem that doesn't seem too complicated but I just can't figure it out. I have two Excel files, one with all of my product data and one that is just a list of products that I need to exclude from the data. Example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA_TABLE:&lt;/P&gt;&lt;P&gt;Product#, Name, Inventory&lt;/P&gt;&lt;P&gt;1001, A, 500&lt;/P&gt;&lt;P&gt;1002, B, 600&lt;/P&gt;&lt;P&gt;1003, C, 200&lt;/P&gt;&lt;P&gt;1004, D, 700&lt;/P&gt;&lt;P&gt;1005, E, 900&lt;/P&gt;&lt;P&gt;1006, F, 100&lt;/P&gt;&lt;P&gt;1007, G, 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXCLUSIONS_TABLE:&lt;/P&gt;&lt;P&gt;Product#&lt;/P&gt;&lt;P&gt;1001&lt;/P&gt;&lt;P&gt;1004&lt;/P&gt;&lt;P&gt;1005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From what I've searched for on the boards, WHERE NOT looks like it is the solution for excluding a few items in the script, but I have a lot more than just a few exclusions and they may change from week to week.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-- Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 18:10:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Multiple-Records-in-Script/m-p/267555#M100482</guid>
      <dc:creator />
      <dc:date>2011-08-11T18:10:11Z</dc:date>
    </item>
    <item>
      <title>Exclude Multiple Records in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Multiple-Records-in-Script/m-p/267556#M100483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Load your exclusions first and give the field a unique name (like ExcludedProduct).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then use the following condition in your main data load:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WHERE NOT EXISTS(ExcludedProduct, Product)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 18:36:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Multiple-Records-in-Script/m-p/267556#M100483</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2011-08-11T18:36:03Z</dc:date>
    </item>
    <item>
      <title>Exclude Multiple Records in Script</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-Multiple-Records-in-Script/m-p/267557#M100484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It worked! Thanks, Oleg!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Aug 2011 18:48:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-Multiple-Records-in-Script/m-p/267557#M100484</guid>
      <dc:creator />
      <dc:date>2011-08-11T18:48:02Z</dc:date>
    </item>
  </channel>
</rss>

