<?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 Where Statement in load scripts in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-Statement-in-load-scripts/m-p/1551261#M744455</link>
    <description>&lt;P&gt;I am using this where statement in my load scripts to exclude any AD Decommission from my data but when I use this statement "where Disposition &amp;lt;&amp;gt; 'AD Decommission';" it is also excluding any blank fields to which I don't want to happen.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>tsoley9262</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Where Statement in load scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Statement-in-load-scripts/m-p/1551261#M744455</link>
      <description>&lt;P&gt;I am using this where statement in my load scripts to exclude any AD Decommission from my data but when I use this statement "where Disposition &amp;lt;&amp;gt; 'AD Decommission';" it is also excluding any blank fields to which I don't want to happen.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Statement-in-load-scripts/m-p/1551261#M744455</guid>
      <dc:creator>tsoley9262</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where Statement in load scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Statement-in-load-scripts/m-p/1551286#M744456</link>
      <description>WHERE Not Match (Disposition, 'AD Decommission')</description>
      <pubDate>Fri, 01 Mar 2019 22:58:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Statement-in-load-scripts/m-p/1551286#M744456</guid>
      <dc:creator>Claudiu_Anghelescu</dc:creator>
      <dc:date>2019-03-01T22:58:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where Statement in load scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Statement-in-load-scripts/m-p/1551717#M744457</link>
      <description>&lt;P&gt;I am getting a error saying Match is not a recognized built in function name&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 12:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Statement-in-load-scripts/m-p/1551717#M744457</guid>
      <dc:creator>tsoley9262</dc:creator>
      <dc:date>2019-03-04T12:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Where Statement in load scripts</title>
      <link>https://community.qlik.com/t5/QlikView/Where-Statement-in-load-scripts/m-p/1551843#M744458</link>
      <description>&lt;P&gt;In general your statement should work. Maybe it's a special feature from your database-driver. If your load isn't too heavy you could transfer the where-clause to a preceeding load and there you could also use the qlik-functions like the suggested match(). This means the following:&lt;/P&gt;&lt;P&gt;load * where not match (Disposition, 'AD Decommission');&lt;BR /&gt;sql select * from table;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-Statement-in-load-scripts/m-p/1551843#M744458</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-03-04T14:41:31Z</dc:date>
    </item>
  </channel>
</rss>

