<?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   function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/match-function/m-p/674705#M1077452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; guys&lt;/P&gt;&lt;P&gt;&amp;nbsp; i have a scenario like&amp;nbsp;&amp;nbsp; below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;courseid={1,2,3,4,5,6,7,8,9,10}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Match(id,'1','2','3','4','5') ,'certified')&lt;/P&gt;&lt;P&gt; in the above condition&amp;nbsp; it will&amp;nbsp;&amp;nbsp; return certi fied when ever&amp;nbsp; all&amp;nbsp; id's matches..&amp;nbsp; but&amp;nbsp; i want&amp;nbsp; result&amp;nbsp;&amp;nbsp; any one&amp;nbsp; of the&amp;nbsp; match case also&lt;/P&gt;&lt;P&gt;mean-&amp;gt; 1 or 2 0r 3 or&amp;nbsp; 4 or 5&amp;nbsp; also i should get&amp;nbsp; result "Certified"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Jul 2014 06:27:56 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-15T06:27:56Z</dc:date>
    <item>
      <title>match   function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/674705#M1077452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp; guys&lt;/P&gt;&lt;P&gt;&amp;nbsp; i have a scenario like&amp;nbsp;&amp;nbsp; below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;courseid={1,2,3,4,5,6,7,8,9,10}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Match(id,'1','2','3','4','5') ,'certified')&lt;/P&gt;&lt;P&gt; in the above condition&amp;nbsp; it will&amp;nbsp;&amp;nbsp; return certi fied when ever&amp;nbsp; all&amp;nbsp; id's matches..&amp;nbsp; but&amp;nbsp; i want&amp;nbsp; result&amp;nbsp;&amp;nbsp; any one&amp;nbsp; of the&amp;nbsp; match case also&lt;/P&gt;&lt;P&gt;mean-&amp;gt; 1 or 2 0r 3 or&amp;nbsp; 4 or 5&amp;nbsp; also i should get&amp;nbsp; result "Certified"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 06:27:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/674705#M1077452</guid>
      <dc:creator />
      <dc:date>2014-07-15T06:27:56Z</dc:date>
    </item>
    <item>
      <title>Re: match   function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/674706#M1077453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;PFA ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it satisfies your requirement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinayagam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 08:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/674706#M1077453</guid>
      <dc:creator />
      <dc:date>2014-07-15T08:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: match   function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/674707#M1077454</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;try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load *,IF(Match(ID,1,2,3,4,5),'Certification','N/A') as CERTIFICATION;&lt;/P&gt;&lt;P&gt;LOAD * INLINE [&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 4,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 5,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 6,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Jul 2014 08:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/674707#M1077454</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-07-15T08:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: match   function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/674708#M1077455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Iam new to Qlickview and appreciate your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the load script, i have the following&amp;nbsp; nested&amp;nbsp; If using Match function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (match(LEGETYNACE7_BK,'6511001','6511002','7511001','7511006'), 'SOVEREIGNs-S7',&lt;/P&gt;&lt;P&gt;If(match(LEGETYNACE7_BK,'7511002','7511003','7511004','7511005','9112200'),'PSEs-S8',&lt;/P&gt;&lt;P&gt;If(match(LEGETYNACE7_BK,'6512101','6512102','6512103','6512104','9900301'),'FIN-INSTs-F1',&lt;/P&gt;&lt;P&gt;If(match(LEGETYNACE7_BK,'6512100','6512600','6512601','6512602','6512700','720302','6720303','7484702'),'OTHER-FIN-INSTs-F3',&lt;/P&gt;&lt;P&gt;If(match(CPT_LEID,'87431','322987','18820','60625698'),'SNEs-S6',&lt;/P&gt;&lt;P&gt;If(match(CPT_LEID,'18834','35534','18816','18849','82882'),'MDB-S3',&lt;/P&gt;&lt;P&gt;If(match(CPT_LEID,'11187','87667','10796','10879','10802','10867','603950'),'GSEs-F5'))))))) as Counterparty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is displaying the&amp;nbsp; first 4 .It is not displaying 'SNEs-S6', 'MDB-S3','GSEs-F5' under Counterparty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help is highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 02:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/674708#M1077455</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-07T02:24:15Z</dc:date>
    </item>
  </channel>
</rss>

