<?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 Clause in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953073#M961042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am struggling with a match clause and am not sure of another way to get the result I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do this, I get the result I am looking for:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;=If (MATCH ([C_Code],'KAT 001','AACC 000','ZAM001','PLO 001'),'P CUSTOMERS')&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;But when I alter it to use numbers, then it doesnt work:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;=If (MATCH ([S_App Number],'408600000','20000000','40500000',),'P CUSTOMERS') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do you perhaps know what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yolanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Oct 2015 11:29:59 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-23T11:29:59Z</dc:date>
    <item>
      <title>Match Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953073#M961042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am struggling with a match clause and am not sure of another way to get the result I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do this, I get the result I am looking for:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;=If (MATCH ([C_Code],'KAT 001','AACC 000','ZAM001','PLO 001'),'P CUSTOMERS')&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;But when I alter it to use numbers, then it doesnt work:&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #008000; font-size: 8pt;"&gt;=If (MATCH ([S_App Number],'408600000','20000000','40500000',),'P CUSTOMERS') &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Do you perhaps know what I am doing wrong?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Yolanda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 11:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953073#M961042</guid>
      <dc:creator />
      <dc:date>2015-10-23T11:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: Match Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953074#M961043</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;please post a sample data. My guess is the number format in the [S_App Number] is changed while loading in to the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 18:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953074#M961043</guid>
      <dc:creator>srchilukoori</dc:creator>
      <dc:date>2015-10-23T18:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: Match Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953075#M961044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yolanda, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Looks like you have an extra comma:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px; line-height: 1.5em;"&gt;=If (MATCH ([S_App Number],'408600000','20000000','40500000',),'P CUSTOMERS')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;CORRECTED:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #008000; font-size: 10.6667px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=If (MATCH ([S_App Number],'408600000','20000000','40500000'),'P CUSTOMERS')&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 18:33:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953075#M961044</guid>
      <dc:creator />
      <dc:date>2015-10-23T18:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Match Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953076#M961045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That means:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt; MATCH ([C_Code],'KAT 001','AACC 000','ZAM001','PLO 001')&lt;SPAN style="color: #333300;"&gt; &lt;STRONG&gt;- has match (Match functions returns positive value).&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;MATCH ([S_App Number],'408600000','20000000','40500000',) &lt;STRONG&gt;-&lt;SPAN style="color: #000000;"&gt; does not have a match &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000000;"&gt; (Match functions returns zero). Moreover I could see one extra comma before parenthesis &lt;/SPAN&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;'40500000',)&lt;/SPAN&gt; &lt;SPAN style="color: #000000;"&gt;pls take care.&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 18:42:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953076#M961045</guid>
      <dc:creator>prabhu0505</dc:creator>
      <dc:date>2015-10-23T18:42:47Z</dc:date>
    </item>
    <item>
      <title>Re: Match Clause</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953077#M961046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;=If (MATCH ([S_App Number],'408600000','20000000','40500000'),'P CUSTOMERS')&amp;nbsp; //extra comma as prabhu stated&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 10.6667px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=If (MATCH ([S_App Number],'408600000','20000000','40500000') =1,'P CUSTOMERS') &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 10.6667px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;//sometimes Match() condition in if() statement needs to be checked to return the output for the condition.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #008000; font-size: 10.6667px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;//&lt;SPAN style="color: #008000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 10.6667px;"&gt;match(') = 1 true ,&lt;/SPAN&gt;match(') = 0 false - something like this &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2015 19:03:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Clause/m-p/953077#M961046</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2015-10-23T19:03:48Z</dc:date>
    </item>
  </channel>
</rss>

