<?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: Match Expr in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897359#M990363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I post this question, I didn't get answer for the old one...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Jul 2015 11:51:32 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-17T11:51:32Z</dc:date>
    <item>
      <title>Match Expr</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897354#M990354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Hi Experts, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;How to write the below expression, I have to show this(Error and Warning) in List box as a filter. I have tried with Wildmatch but its case insensitive so I am not able to get it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;I have Prodcut column Ex: Its just an example, In real I have millions of records&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Product&lt;BR /&gt; Abc&lt;BR /&gt; ABC&lt;BR /&gt; cBc&lt;BR /&gt; CBc&lt;/P&gt;&lt;P&gt;KZX&lt;/P&gt;&lt;P&gt;kYS&lt;BR /&gt; ] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to expression like below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;if&amp;nbsp; &lt;SPAN style="font-family: Calibri;"&gt;PRODUCTS IN ('%b%', '%k%') as Error&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;if PRODUCTS IN ('%B%','%K%') as&amp;nbsp; WARNING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Then my List box should show like&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Exception(Filter name)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Warning&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;So Error should be equal to -&amp;nbsp; Abc and kYS&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;Warning should be equal to - ABC,cBc,CBc,KZX&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Calibri;"&gt;I have tried like below as per Qlik Community but not working out&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pick(Wildmatch(Product,'*b*','*k*','*B*','*K*'),'&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 13px;"&gt;Error&lt;/SPAN&gt;','&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 13px;"&gt;Error&lt;/SPAN&gt;','&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 13px;"&gt;WARNING&lt;/SPAN&gt;','&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 13px;"&gt;WARNING&lt;/SPAN&gt;')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also the same in backend script like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.33px;"&gt;Pick(Wildmatch(Product,'*b*','*k*','*B*','*K*'),'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 13px;"&gt;Error&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px;"&gt;','&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 13px;"&gt;Error&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px;"&gt;','&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 13px;"&gt;WARNING&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px;"&gt;','&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Calibri; font-size: 13px;"&gt;WARNING&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.33px;"&gt;') as flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 10:34:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897354#M990354</guid>
      <dc:creator />
      <dc:date>2015-07-17T10:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: Match Expr</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897355#M990356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please don't post duplicate questions: &lt;A href="https://community.qlik.com/thread/173023"&gt;Match Expression&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 10:36:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897355#M990356</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-17T10:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Match Expr</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897356#M990358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the Match function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor411"&gt;&lt;/A&gt;&lt;A name="match"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;match(&lt;/SPAN&gt;&lt;SPAN class="Italic"&gt; str, expr1 [ , expr2,...exprN ] &lt;/SPAN&gt;&lt;SPAN class="Bold"&gt;)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;The &lt;SPAN class="Bold"&gt;match&lt;/SPAN&gt; function performs a case sensitive comparison. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;match( M, 'Jan','Feb','Mar')&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;returns &lt;SPAN class="Italic"&gt;2&lt;/SPAN&gt; if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;SPAN class="Italic"&gt;Feb&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;returns &lt;SPAN class="Italic"&gt;0&lt;/SPAN&gt; if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;SPAN class="Italic"&gt;Apr &lt;/SPAN&gt;or&lt;SPAN class="Italic"&gt; jan&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;It does the same as WildMatch only Match is case sensitive.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Italic"&gt;Hope this helps&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 10:37:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897356#M990358</guid>
      <dc:creator>jjordaan</dc:creator>
      <dc:date>2015-07-17T10:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Match Expr</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897357#M990360</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please close this thread as you got your answer in the other thread already&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 10:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897357#M990360</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-17T10:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Match Expr</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897358#M990362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 11:04:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897358#M990362</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2015-07-17T11:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: Match Expr</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897359#M990363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gysbert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I post this question, I didn't get answer for the old one...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 11:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897359#M990363</guid>
      <dc:creator />
      <dc:date>2015-07-17T11:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Match Expr</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897360#M990364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not able to delete this thread... it showing unauthorized access.. That is why I kept this thread&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 11:53:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897360#M990364</guid>
      <dc:creator />
      <dc:date>2015-07-17T11:53:34Z</dc:date>
    </item>
    <item>
      <title>Re: Match Expr</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897361#M990365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well then I suggest you close this thread by marking your reply as the correct answer. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 12:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897361#M990365</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-07-17T12:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Match Expr</title>
      <link>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897362#M990366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First discussion posted: Jul 17, 2015 12:05 PM&lt;/P&gt;&lt;P&gt;Second discussion posted: Jul 17, 2015 12:34 PM&lt;/P&gt;&lt;P&gt;Conclusion: Your patience is limited to less than half an hour.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your life must be a very frustrating experience to you. Not to mention to those that have to live or work with you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 12:17:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-Expr/m-p/897362#M990366</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-07-17T12:17:29Z</dc:date>
    </item>
  </channel>
</rss>

