<?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 exclude the multiple field values in the script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008531#M342424</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it giving you more or less rows than you expected? If its giving more may be you need &lt;STRONG&gt;or&lt;/STRONG&gt; between them because in its current form, I think it would also include rows like these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;c,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;b,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: to exclude the above two rows, may be this is what you need:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where not Match([Field1], 'a','b') &lt;/STRONG&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;or&lt;/SPAN&gt; not Match([Field2], &lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;03&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;, &lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;04&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Dec 2015 11:17:24 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2015-12-31T11:17:24Z</dc:date>
    <item>
      <title>How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008530#M342423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear All,&lt;/P&gt;&lt;P&gt;i am trying to exclude the multiple field values in the script by using like&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from (qvd)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where not match( [Field1], 'a','b')&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; and not mtach( [Filed2],03, 04)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But is not giving the expected no.of recprds .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please help me on this to exclude the multiple field values in the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 11:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008530#M342423</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-31T11:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008531#M342424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it giving you more or less rows than you expected? If its giving more may be you need &lt;STRONG&gt;or&lt;/STRONG&gt; between them because in its current form, I think it would also include rows like these:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Field2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;c,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;b,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Update: to exclude the above two rows, may be this is what you need:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where not Match([Field1], 'a','b') &lt;/STRONG&gt;&lt;SPAN style="line-height: 1.5em;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;or&lt;/SPAN&gt; not Match([Field2], &lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;03&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;, &lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;04&lt;SPAN style="color: #ff0000;"&gt;'&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 11:17:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008531#M342424</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-31T11:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008532#M342425</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;Your syntax is correct.&lt;/P&gt;&lt;P&gt;Just check comparing value is case sensitive or not&lt;/P&gt;&lt;P&gt;match() is case-sensitive&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 11:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008532#M342425</guid>
      <dc:creator>PrashantSangle</dc:creator>
      <dc:date>2015-12-31T11:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008533#M342426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field1, field2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,01&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b,01&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;c,01&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;d,01&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,03&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b,03&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;c,03&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;d,03&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,04&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b,04&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;c,04&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;d,04&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Where not match(field1, 'a', 'b') and not match(field2, '03', '04')&lt;/STRONG&gt;&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;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110366_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 11:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008533#M342426</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-31T11:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008534#M342427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;another could be (but logic is different)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where not match(field1&amp;amp;field2, 'a03', 'a04', 'b03', 'b04') &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 11:24:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008534#M342427</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-31T11:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008535#M342428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is giving less records than expected.&lt;/P&gt;&lt;P&gt;I will give you few feilds with exluded values in the&amp;nbsp; script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; not match[Customer group 5_CUST_GRP5./BIC/AZSDBBB0100],'03')&lt;BR /&gt; and not wildmatch([Inter Company/3rd pt_/BIC/C00056./BIC/AZSDBBB0100],'2')&lt;BR /&gt;and not wildmatch([Material_MATERIAL./BIC/AZSDBBB0100],'TAX','TAXABLE FREIGHT','NONTAXABLE FREIGHT','CUSTOMER STOCK','CANADIAN GST','CANADIAN HST','CANADIAN PST')&lt;BR /&gt;and not wildmatch([Billing block_BILBLK_ITM./BIC/AZSDBBB0100],'99') &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know, if am not correct.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="mce_paste_marker"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 11:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008535#M342428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-31T11:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008536#M342429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there Nulls in any of the fields that you are using in your where not match statement? If there are Nulls, they might also be getting excluded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 11:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008536#M342429</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-12-31T11:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008537#M342430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We do not care about the null values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 11:54:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008537#M342430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-31T11:54:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008538#M342431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was reading the discussion and i have a doubt in your answer.&lt;/P&gt;&lt;P&gt;Why in this case don't show all the possible combinations? I explain...&lt;/P&gt;&lt;P&gt;Field1= 'a','b' AND Field2 = '03','04' (Normally will be operator OR) (In my mind the results will be all the combinations except 'a03, a04,b03,b04' but are not)&lt;/P&gt;&lt;P&gt;Why doesn't returns 'a01', 'b01', 'c01', 'd01', 'c03', 'd03', 'a04', 'b04', 'c04', 'd04'&amp;nbsp; it's a property of not match?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm confuse in this case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards and Happy New Year&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 12:23:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008538#M342431</guid>
      <dc:creator>sorrakis01</dc:creator>
      <dc:date>2015-12-31T12:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008539#M342432</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;As variant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var:&lt;/P&gt;&lt;P&gt;load * inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;A,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;a,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 03&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;b,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 04&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Load your script&lt;/P&gt;&lt;P&gt;Where not exists(Field1,'A') and not exists(Field2,'B');&lt;/P&gt;&lt;P&gt;drop table var;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 12:45:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008539#M342432</guid>
      <dc:creator>yevgeniy</dc:creator>
      <dc:date>2015-12-31T12:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to exclude the multiple field values in the script</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008540#M342433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I comment the where in my script and add some column;&lt;/P&gt;&lt;P&gt;you can still see the result of &lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Where not match(field1, 'a', 'b') and not match(field2, '03', '04')&lt;/STRONG&gt;&lt;/EM&gt; in the 5th column, the rows with the red rectangle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;not match(field1, 'a', 'b')&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;gt; you get the rows with c d&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (green rectangle, 3rd col)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;not match(field2, '03', '04')&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; --&amp;gt; you get the rows with 01&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (green rectangle, 4th col)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;not match (field1, 'a', 'b') and not match (field2, '03', '04')&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; (red rectangle, 5th col)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/110381_1.png" style="height: 248px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;The 6th column, flag2, is the result with&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Where not match(field1&amp;amp;field2, 'a03', 'a04', 'b03', 'b04')&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; font-size: 13.3333px; text-decoration: underline;"&gt;SCRIPT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load *, &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;not match(field1, 'a', 'b') as notmatch_field1_ab,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;not match(field2, 03, 04)&amp;nbsp; as notmatch_field2_0304,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;not match(field1, 'a', 'b') and not match(field2, 03, 04) as notmatch_field1_ab_and_not_match_field2_0304,&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;not match(field1&amp;amp;field2, 'a03', 'a04', 'b03', 'b04') as flag2&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;field1, field2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,01&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b,01&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;c,01&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;d,01&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,03&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b,03&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;c,03&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;d,03&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;a,04&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;b,04&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;c,04&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;d,04&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;]&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//Where not match(field1, 'a', 'b') and not match(field2, 03, 04)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//Where not match(field1&amp;amp;field2, 'a03', 'a04', 'b03', 'b04') //and not match(field2, 03, 04)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Dec 2015 13:16:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-exclude-the-multiple-field-values-in-the-script/m-p/1008540#M342433</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-12-31T13:16:52Z</dc:date>
    </item>
  </channel>
</rss>

