<?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: what is a match function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654048#M1065722</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;than q sir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Sep 2014 07:05:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-20T07:05:13Z</dc:date>
    <item>
      <title>what is a match function?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654046#M1065720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friend's please tell me any one what is a match function with example &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2014 06:58:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654046#M1065720</guid>
      <dc:creator />
      <dc:date>2014-09-20T06:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: what is a match function?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654047#M1065721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&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&gt;for ex&lt;/P&gt;&lt;P&gt;if you have list of countries. requirement is display ex: india, usa, canada, uk alone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for that&lt;/P&gt;&lt;P&gt;if(match(country, 'india', 'usa', 'canada', 'uk'),country)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;will give the result&lt;/P&gt;&lt;P&gt;hope it helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2014 07:03:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654047#M1065721</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2014-09-20T07:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: what is a match function?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654048#M1065722</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;than q sir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2014 07:05:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654048#M1065722</guid>
      <dc:creator />
      <dc:date>2014-09-20T07:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: what is a match function?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654049#M1065723</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if answer is correct please close the thread it would be helpful to others &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2014 07:07:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654049#M1065723</guid>
      <dc:creator>arulsettu</dc:creator>
      <dc:date>2014-09-20T07:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: what is a match function?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654050#M1065724</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arul has already replied on your post... But I would advice you to ready the QlikView reference manual before posting such a basic question. Also, you can search on QlikCommunity for previous questions on same topics. This would help you to get answer without waiting .....&lt;/P&gt;&lt;P&gt;Particular to this topic, you can also check WildMatch and MixMatch functions.. ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor409"&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;/P&gt;&lt;P class="syntax"&gt;&lt;A name="kanchor410"&gt;&lt;/A&gt;&lt;A name="mixmatch"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;mixmatch(&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;mixmatch&lt;/SPAN&gt; function performs a case insensitive comparison. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;mixmatch( M, 'Jan','Feb','Mar')&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;returns &lt;SPAN class="Italic"&gt;1&lt;/SPAN&gt; if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;SPAN class="Italic"&gt;jan&lt;/SPAN&gt;&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="wildmatch"&gt;&lt;/A&gt;&lt;SPAN class="Bold"&gt;wildmatch(&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;wildmatch&lt;/SPAN&gt; function performs a case insensitive comparison and permits the use of wildcard characters (&lt;SPAN class="Bold"&gt; *&lt;/SPAN&gt; and &lt;SPAN class="Bold"&gt;?&lt;/SPAN&gt;) in the comparison strings. &lt;/P&gt;&lt;P class="example"&gt;Example:&lt;/P&gt;&lt;P&gt;&lt;SPAN class="Code"&gt;wildmatch( M, 'ja*','fe?','mar')&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;returns &lt;SPAN class="Italic"&gt;1&lt;/SPAN&gt; if &lt;SPAN class="Italic"&gt;M&lt;/SPAN&gt; = &lt;SPAN class="Italic"&gt;January&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;fex&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2014 08:30:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654050#M1065724</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-09-20T08:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: what is a match function?</title>
      <link>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654051#M1065725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have used that for sorting different values of an attribute in charts &lt;/P&gt;&lt;P&gt;=match(attribute,'value1','value2',....) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2014 08:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/what-is-a-match-function/m-p/654051#M1065725</guid>
      <dc:creator>arixooo123</dc:creator>
      <dc:date>2014-09-20T08:33:54Z</dc:date>
    </item>
  </channel>
</rss>

