<?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 MATCH multiple values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/MATCH-multiple-values/m-p/1571435#M596678</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way to match a string to more then one string (AND condition)?&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;I have a field with multiple flight classes. For example:&lt;/P&gt;&lt;P&gt;"Low Economy, High Business, First Class".&lt;/P&gt;&lt;P&gt;If the field has the values "Economy" and "Business", it would be linked to a description field: "Combined Economy/Business".&lt;/P&gt;&lt;P&gt;How can I apply such a matching condition?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:01:03 GMT</pubDate>
    <dc:creator>dafnis14</dc:creator>
    <dc:date>2024-11-16T21:01:03Z</dc:date>
    <item>
      <title>MATCH multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/MATCH-multiple-values/m-p/1571435#M596678</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Is there a way to match a string to more then one string (AND condition)?&lt;/P&gt;&lt;P&gt;For example:&lt;/P&gt;&lt;P&gt;I have a field with multiple flight classes. For example:&lt;/P&gt;&lt;P&gt;"Low Economy, High Business, First Class".&lt;/P&gt;&lt;P&gt;If the field has the values "Economy" and "Business", it would be linked to a description field: "Combined Economy/Business".&lt;/P&gt;&lt;P&gt;How can I apply such a matching condition?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:01:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MATCH-multiple-values/m-p/1571435#M596678</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2024-11-16T21:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: MATCH multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/MATCH-multiple-values/m-p/1571457#M596680</link>
      <description>if sequence of classes in the string remains same, you can use something like this&lt;BR /&gt;=if(WildMatch('Low Economy, High Business, First Class','*Economy*Business*'),'Combined Business/Economy',0)&lt;BR /&gt;&lt;BR /&gt;if not , you can split the value using subfield and then re concatenate in a specified order using concat( can help here if you want), then apply wildmatch.</description>
      <pubDate>Fri, 19 Apr 2019 20:05:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MATCH-multiple-values/m-p/1571457#M596680</guid>
      <dc:creator>asinha1991</dc:creator>
      <dc:date>2019-04-19T20:05:26Z</dc:date>
    </item>
    <item>
      <title>Re: MATCH multiple values</title>
      <link>https://community.qlik.com/t5/QlikView/MATCH-multiple-values/m-p/1571476#M596682</link>
      <description>&lt;P&gt;Hi Asinha,&lt;/P&gt;&lt;P&gt;Thanks for your reply!&lt;/P&gt;&lt;P&gt;The&amp;nbsp; problem is that the sequence is not the same.&lt;/P&gt;&lt;P&gt;Besides, we are talking about&amp;nbsp; fields with different strings: both source and target. So the script has to be generic..&lt;/P&gt;&lt;P&gt;My current&amp;nbsp; solution is to prepare&amp;nbsp; beforehand he&amp;nbsp; possible combinations of strings for the the wild match..&lt;/P&gt;&lt;P&gt;But I hope there is a better one &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2019 04:28:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/MATCH-multiple-values/m-p/1571476#M596682</guid>
      <dc:creator>dafnis14</dc:creator>
      <dc:date>2019-04-20T04:28:36Z</dc:date>
    </item>
  </channel>
</rss>

