<?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: Filter Multiple values in script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954398#M958185</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want Country different from UK and different from US and AU then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Where Country &amp;lt;&amp;gt; 'UK' and Country &amp;lt;&amp;gt; 'US' and Country &amp;lt;&amp;gt; 'AU'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need that at leadt one can be different then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Where Country &amp;lt;&amp;gt; 'UK' orCountry &amp;lt;&amp;gt; 'US' or Country &amp;lt;&amp;gt; 'AU'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same for item ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Nov 2015 14:56:22 GMT</pubDate>
    <dc:creator>alexandros17</dc:creator>
    <dc:date>2015-11-06T14:56:22Z</dc:date>
    <item>
      <title>Filter Multiple values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954396#M958183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am looking filter multiple values in script, i tried using &amp;lt;&amp;gt; sign.&lt;/P&gt;&lt;P&gt;what will be the correct syntax?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;E.g&lt;/P&gt;&lt;P&gt;Country &amp;lt;&amp;gt; 'UK' and US and 'AU'&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;ID &amp;lt;&amp;gt; '1100' and '2200' and '3300'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 14:49:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954396#M958183</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2015-11-06T14:49:32Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Multiple values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954397#M958184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;NOT MATCH(Country, 'UK', 'US', 'AU')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOT MATCH(ID,'1100','2200','3300')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 14:52:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954397#M958184</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-11-06T14:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Multiple values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954398#M958185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want Country different from UK and different from US and AU then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Where Country &amp;lt;&amp;gt; 'UK' and Country &amp;lt;&amp;gt; 'US' and Country &amp;lt;&amp;gt; 'AU'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you need that at leadt one can be different then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;Where Country &amp;lt;&amp;gt; 'UK' orCountry &amp;lt;&amp;gt; 'US' or Country &amp;lt;&amp;gt; 'AU'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same for item ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 14:56:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954398#M958185</guid>
      <dc:creator>alexandros17</dc:creator>
      <dc:date>2015-11-06T14:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Multiple values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954399#M958186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to load only certain values from a table dimension use the '&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;where' expression in the loading script. See:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;A href="https://community.qlik.com/message/801700"&gt;Load Where.&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;You can also use the set analysis to show / exclude selected fields in your calculations&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;=sum({$&amp;lt;CustomerID-={'0056'}&amp;gt;} InvoiceAmt)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;notice the '-' before the '=' to exclude values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 14:59:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954399#M958186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-11-06T14:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Multiple values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954400#M958187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Ashish&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;You can use the MATCH() keyword combined with NOT, eg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;WHERE NOT MATCH(Country, 'UK,US,AU')&amp;nbsp; AND&amp;nbsp; NOT MATCH(ID, '1100,2200,3300');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope that helps,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;George&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 15:00:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954400#M958187</guid>
      <dc:creator>gsbeaton</dc:creator>
      <dc:date>2015-11-06T15:00:30Z</dc:date>
    </item>
    <item>
      <title>Re: Filter Multiple values in script</title>
      <link>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954401#M958188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all, WHERE NOT MATCH(Country, 'UK,US,AU')&amp;nbsp; AND&amp;nbsp; NOT MATCH(ID, '1100,2200,3300') worked well. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Nov 2015 15:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Filter-Multiple-values-in-script/m-p/954401#M958188</guid>
      <dc:creator>ashishpalkar</dc:creator>
      <dc:date>2015-11-06T15:09:45Z</dc:date>
    </item>
  </channel>
</rss>

