<?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 Using MATCH function with two parameters in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Using-MATCH-function-with-two-parameters/m-p/1958189#M1219985</link>
    <description>&lt;P&gt;Dear Community,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Im new using Qlikview, I have a table which contains 3 columns : the items , the departments and the cities.&lt;BR /&gt;at the display level, I want to eliminate departments 2 which belong to cities 900 and 950 and eliminate departments 15 which belong to cities 850 and 860&amp;nbsp; in the WHERE condition&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help&lt;/P&gt;</description>
    <pubDate>Wed, 20 Jul 2022 10:28:53 GMT</pubDate>
    <dc:creator>MattMika</dc:creator>
    <dc:date>2022-07-20T10:28:53Z</dc:date>
    <item>
      <title>Using MATCH function with two parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Using-MATCH-function-with-two-parameters/m-p/1958189#M1219985</link>
      <description>&lt;P&gt;Dear Community,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Im new using Qlikview, I have a table which contains 3 columns : the items , the departments and the cities.&lt;BR /&gt;at the display level, I want to eliminate departments 2 which belong to cities 900 and 950 and eliminate departments 15 which belong to cities 850 and 860&amp;nbsp; in the WHERE condition&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 10:28:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-MATCH-function-with-two-parameters/m-p/1958189#M1219985</guid>
      <dc:creator>MattMika</dc:creator>
      <dc:date>2022-07-20T10:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using MATCH function with two parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Using-MATCH-function-with-two-parameters/m-p/1958233#M1219988</link>
      <description>&lt;P&gt;One easy way is to prepare a flag already in the script:&lt;/P&gt;&lt;P&gt;Load Item, Department, City,&lt;BR /&gt;If((Match(Department,2) and Match(City,900,950)) or (Match(Department,15) and Match(City,850,860)),0,1) as IncludeFlag&lt;BR /&gt;From &amp;lt;Source&amp;gt; ... ;&lt;/P&gt;&lt;P&gt;Then you can use the following Set expression in any aggregation:&lt;BR /&gt;{&amp;lt;IncludeFlag={1}&amp;gt;}&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 11:23:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-MATCH-function-with-two-parameters/m-p/1958233#M1219988</guid>
      <dc:creator>hic</dc:creator>
      <dc:date>2022-07-20T11:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: Using MATCH function with two parameters</title>
      <link>https://community.qlik.com/t5/QlikView/Using-MATCH-function-with-two-parameters/m-p/1958311#M1219991</link>
      <description>&lt;P&gt;Thank you! It worked&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":ok_hand:"&gt;👌&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 12:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Using-MATCH-function-with-two-parameters/m-p/1958311#M1219991</guid>
      <dc:creator>MattMika</dc:creator>
      <dc:date>2022-07-20T12:50:12Z</dc:date>
    </item>
  </channel>
</rss>

