<?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 LOAD/SELECT, skip specific records in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/LOAD-SELECT-skip-specific-records/m-p/324980#M119707</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two product numbers (01 and 52) that I would like to skip when loading my table.&amp;nbsp; I get a syntax error and can't get this to work any other way.&amp;nbsp; Can anyone tell what the syntax should be, whether the exclusion takes place in the SELECT or the LOAD statement, also.&amp;nbsp; Thank you so much.&lt;/P&gt;&lt;P&gt;My code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD.......;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; CategoryID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProductNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProductName&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Finished Products Table'&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE ProductNo NOT '01' AND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&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; ProductNo NOT '52' &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Nov 2011 17:25:23 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-11-16T17:25:23Z</dc:date>
    <item>
      <title>LOAD/SELECT, skip specific records</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-SELECT-skip-specific-records/m-p/324980#M119707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two product numbers (01 and 52) that I would like to skip when loading my table.&amp;nbsp; I get a syntax error and can't get this to work any other way.&amp;nbsp; Can anyone tell what the syntax should be, whether the exclusion takes place in the SELECT or the LOAD statement, also.&amp;nbsp; Thank you so much.&lt;/P&gt;&lt;P&gt;My code looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD.......;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; CategoryID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProductNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProductName&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Finished Products Table'&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE ProductNo NOT '01' AND&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&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; ProductNo NOT '52' &lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; &lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 17:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-SELECT-skip-specific-records/m-p/324980#M119707</guid>
      <dc:creator />
      <dc:date>2011-11-16T17:25:23Z</dc:date>
    </item>
    <item>
      <title>LOAD/SELECT, skip specific records</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-SELECT-skip-specific-records/m-p/324981#M119708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; WHERE ProductNo NOT IN ( '01', '52')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 17:30:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-SELECT-skip-specific-records/m-p/324981#M119708</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-11-16T17:30:05Z</dc:date>
    </item>
    <item>
      <title>LOAD/SELECT, skip specific records</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-SELECT-skip-specific-records/m-p/324982#M119709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD.......;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT&lt;/P&gt;&lt;P&gt;&amp;nbsp; CategoryID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProductNo,&lt;/P&gt;&lt;P&gt;&amp;nbsp; ProductName&lt;/P&gt;&lt;P&gt;FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'Finished Products Table'&lt;/P&gt;&lt;P&gt;&amp;nbsp; WHERE ProductNo &amp;lt;&amp;gt; '01' &lt;/P&gt;&lt;P&gt;&amp;nbsp; AND ProductNo &amp;lt;&amp;gt; '52';&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 17:32:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-SELECT-skip-specific-records/m-p/324982#M119709</guid>
      <dc:creator />
      <dc:date>2011-11-16T17:32:33Z</dc:date>
    </item>
    <item>
      <title>LOAD/SELECT, skip specific records</title>
      <link>https://community.qlik.com/t5/QlikView/LOAD-SELECT-skip-specific-records/m-p/324983#M119710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thank you both!&amp;nbsp; Could have done it either way.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 18:29:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/LOAD-SELECT-skip-specific-records/m-p/324983#M119710</guid>
      <dc:creator />
      <dc:date>2011-11-16T18:29:47Z</dc:date>
    </item>
  </channel>
</rss>

