<?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: How to use filter (where not in) in QV script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556833#M207880</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same result but hard to read..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Sep 2013 12:15:12 GMT</pubDate>
    <dc:creator>rbecher</dc:creator>
    <dc:date>2013-09-24T12:15:12Z</dc:date>
    <item>
      <title>How to use filter (where not in) in QV script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556830#M207877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this what we are using in sql scipting while generating qvd&lt;/P&gt;&lt;P&gt;AND THE.CallerID NOT IN (45,67,667,288)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i wanted to apply this filter to qvd before reload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone help me.&lt;/P&gt;&lt;P&gt;thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 19:37:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556830#M207877</guid>
      <dc:creator />
      <dc:date>2013-09-23T19:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use filter (where not in) in QV script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556831#M207878</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;you can probably use:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AND NOT Match(THE.CallerID, 45, 67, 667, 288)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Ralf&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Sep 2013 20:45:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556831#M207878</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-09-23T20:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to use filter (where not in) in QV script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556832#M207879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rather use it like this:&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;AND Match(THE.CallerID, 45, 67, 667, 288) = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 09:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556832#M207879</guid>
      <dc:creator>yavoro</dc:creator>
      <dc:date>2013-09-24T09:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use filter (where not in) in QV script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556833#M207880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Same result but hard to read..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 12:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556833#M207880</guid>
      <dc:creator>rbecher</dc:creator>
      <dc:date>2013-09-24T12:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to use filter (where not in) in QV script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556834#M207881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe this is the best option then (just found it):&lt;/P&gt;&lt;P&gt;AND NOT EXISTS (THE.CallerID,45,67,667,288)&lt;/P&gt;&lt;P&gt;Never used it myself, but will do next time I need something like that.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 13:53:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-use-filter-where-not-in-in-QV-script/m-p/556834#M207881</guid>
      <dc:creator>yavoro</dc:creator>
      <dc:date>2013-09-24T13:53:04Z</dc:date>
    </item>
  </channel>
</rss>

