<?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 How to Exclude many values using where statement? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-many-values-using-where-statement/m-p/358982#M133237</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please help me..I want to exclude these two documents type from my Qlikview file. I am using this where statement but its not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&amp;nbsp; &lt;STRONG&gt;DOCUMENT&amp;lt;&amp;gt;'Ziplock' and DOCUMENT&amp;lt;&amp;gt;'TYPE F'&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&amp;nbsp; &lt;STRONG&gt;DOCUMENT&amp;lt;&amp;gt;'Ziplock' and Where DOCUMENT&amp;lt;&amp;gt;'TYPE F'&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do let me know if you have any sugessitions because both of the above is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 15:27:31 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-07-19T15:27:31Z</dc:date>
    <item>
      <title>How to Exclude many values using where statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-many-values-using-where-statement/m-p/358982#M133237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please help me..I want to exclude these two documents type from my Qlikview file. I am using this where statement but its not working&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&amp;nbsp; &lt;STRONG&gt;DOCUMENT&amp;lt;&amp;gt;'Ziplock' and DOCUMENT&amp;lt;&amp;gt;'TYPE F'&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where&amp;nbsp; &lt;STRONG&gt;DOCUMENT&amp;lt;&amp;gt;'Ziplock' and Where DOCUMENT&amp;lt;&amp;gt;'TYPE F'&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do let me know if you have any sugessitions because both of the above is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 15:27:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-many-values-using-where-statement/m-p/358982#M133237</guid>
      <dc:creator />
      <dc:date>2012-07-19T15:27:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude many values using where statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-many-values-using-where-statement/m-p/358983#M133238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see anything wrong with your first statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * Where DOCUMENT&amp;lt;&amp;gt;'Ziplock' and DOCUMENT&amp;lt;&amp;gt;'TYPE F';&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD recno() as ID, DOCUMENT INLINE [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DOCUMENT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TYPE F&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;TYPE f&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Ziplock&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ZIPLOCK&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;returns 2nd and 4th value. What do you get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 15:36:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-many-values-using-where-statement/m-p/358983#M133238</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-07-19T15:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude many values using where statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-many-values-using-where-statement/m-p/358984#M133239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try replacing 'and' with 'or' in the Where clause or use the following Where clause:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where Match(DOCUMENT,'Ziplock','TYPE F') = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 16:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-many-values-using-where-statement/m-p/358984#M133239</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2012-07-19T16:32:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to Exclude many values using where statement?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-Exclude-many-values-using-where-statement/m-p/358985#M133240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I forgot its case sensitive...now its working fine..thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 16:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-Exclude-many-values-using-where-statement/m-p/358985#M133240</guid>
      <dc:creator />
      <dc:date>2012-07-19T16:37:52Z</dc:date>
    </item>
  </channel>
</rss>

