<?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: WHERE multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/WHERE-multiple-values/m-p/1735506#M591908</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if a typo or not, but your where looks a bit off, the last apostrophe is after the brackets, and not before.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yours:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WHERE MATCH(SALESORG,'0001','0002','0003&lt;STRONG&gt;)',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The correct one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WHERE MATCH(SALESORG,'0001','0002','0003&lt;STRONG&gt;'),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Aug 2020 08:56:09 GMT</pubDate>
    <dc:creator>eliran</dc:creator>
    <dc:date>2020-08-13T08:56:09Z</dc:date>
    <item>
      <title>WHERE multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/WHERE-multiple-values/m-p/1735481#M591907</link>
      <description>&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I had a look at similar postings, but I think I got a problem because of combined WHERE conditions.&lt;/P&gt;&lt;P&gt;Script is working:&lt;BR /&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;WHERE SALESORG I EQ '0001',&lt;BR /&gt;/BIC/ZDATARTK I EQ LS,&lt;BR /&gt;CALMONTH I EQ $(vYearMonth)&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;Now I want to load not only SALESORG 0001, but also 0002 and 0003 (and don´t load any others).&lt;BR /&gt;This one doesn´t work, because WHERE MATCH is also for the following lines?&lt;BR /&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;WHERE MATCH(SALESORG,'0001','0002','0003)',&lt;BR /&gt;/BIC/ZDATARTK I EQ LS,&lt;BR /&gt;CALMONTH I EQ $(vYearMonth)&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;What is a suitable way to adapt the script?&lt;BR /&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 07:49:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHERE-multiple-values/m-p/1735481#M591907</guid>
      <dc:creator>mayer_stefan</dc:creator>
      <dc:date>2020-08-13T07:49:49Z</dc:date>
    </item>
    <item>
      <title>Re: WHERE multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/WHERE-multiple-values/m-p/1735506#M591908</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if a typo or not, but your where looks a bit off, the last apostrophe is after the brackets, and not before.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Yours:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WHERE MATCH(SALESORG,'0001','0002','0003&lt;STRONG&gt;)',&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;The correct one&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;WHERE MATCH(SALESORG,'0001','0002','0003&lt;STRONG&gt;'),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 08:56:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHERE-multiple-values/m-p/1735506#M591908</guid>
      <dc:creator>eliran</dc:creator>
      <dc:date>2020-08-13T08:56:09Z</dc:date>
    </item>
    <item>
      <title>Re: WHERE multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/WHERE-multiple-values/m-p/1735512#M591909</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;thanks for your reply, and sorry that´s a typo.&lt;BR /&gt;&lt;BR /&gt;LOAD&lt;BR /&gt;...&lt;BR /&gt;WHERE MATCH(SALESORG,'0001','0002','0003)',&lt;BR /&gt;/BIC/ZDATARTK I EQ LS,&lt;BR /&gt;CALMONTH I EQ $(vYearMonth)&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;What I mean is that these following lines still need WHERE instead of WHERE MATCH:&lt;BR /&gt;/BIC/ZDATARTK I EQ LS,&lt;BR /&gt;CALMONTH I EQ $(vYearMonth)&lt;BR /&gt;;&lt;BR /&gt;&lt;BR /&gt;How to combine these conditions of WHERE MATCH and WHERE?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Aug 2020 09:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/WHERE-multiple-values/m-p/1735512#M591909</guid>
      <dc:creator>mayer_stefan</dc:creator>
      <dc:date>2020-08-13T09:19:33Z</dc:date>
    </item>
  </channel>
</rss>

