<?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 records form QVD load in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323359#M1180179</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Another satisfied customer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Feb 2012 02:37:42 GMT</pubDate>
    <dc:creator>gussfish</dc:creator>
    <dc:date>2012-02-01T02:37:42Z</dc:date>
    <item>
      <title>Exclude records form QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323354#M1180174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have trolled and trolled and still don't get what seems to a very simple thing. I am loading from a qvd.&amp;nbsp; I just want to exclude about 40 specific records from the load, but I cannot seem to make it work.&amp;nbsp; SQL "Not in" does not work, not match does not work, not = does not work... Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 01:35:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323354#M1180174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-01T01:35:36Z</dc:date>
    </item>
    <item>
      <title>Exclude records form QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323355#M1180175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends on the degree of complexity of your criteria.&amp;nbsp; What is your basis for deciding which records to keep and which to discard?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 01:53:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323355#M1180175</guid>
      <dc:creator>gussfish</dc:creator>
      <dc:date>2012-02-01T01:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude records form QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323356#M1180176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have let’s say ten thousand records loading from the qvd where field “case” is 1, 2, 3, …10,000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to exclude 40 very specific records where “case” is  17, 21, 39, 155…&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 01:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323356#M1180176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-01T01:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exclude records form QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323357#M1180177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OK, in that case the Match() function is the simplest solution; viz&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;LOAD&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; case,&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ... // your other fields &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;FROM yoursource.ext(...) &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;WHERE not Match(case,17, 21, 39, 155); &lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Angus.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 02:10:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323357#M1180177</guid>
      <dc:creator>gussfish</dc:creator>
      <dc:date>2012-02-01T02:10:00Z</dc:date>
    </item>
    <item>
      <title>Exclude records form QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323358#M1180178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; BINGO!&amp;nbsp; Thank you Angus!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 02:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323358#M1180178</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-01T02:36:19Z</dc:date>
    </item>
    <item>
      <title>Exclude records form QVD load</title>
      <link>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323359#M1180179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Another satisfied customer &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Feb 2012 02:37:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Exclude-records-form-QVD-load/m-p/323359#M1180179</guid>
      <dc:creator>gussfish</dc:creator>
      <dc:date>2012-02-01T02:37:42Z</dc:date>
    </item>
  </channel>
</rss>

