<?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 function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934534#M952551</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Below expression will solve your purpose:&lt;/P&gt;&lt;P&gt;pick(match(A,'SGD','USD','EUR','AUD','GBP','HKD','CNH','INR','IN1','TWD','TW1','CNY','CN1'),'SGD','USD','EUR','AUD','GBP','HKD','CNH','INR','INR','TWD','TWD','CNY','CNY')&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;Devanand &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Dec 2015 08:46:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-02T08:46:13Z</dc:date>
    <item>
      <title>match function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934526#M952543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have used match function to create different field using the existed field,and it is working fine. below is the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Currency,'SGD','USD','EUR','AUD','GBP','HKD','CNH',&lt;STRONG&gt;'INR','IN1','TWD','TW1','CN1','CNY&lt;/STRONG&gt;'),Currency) as Currency&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now&amp;nbsp; what i want is... i want to merge INR,IN1 as INR and TWD,TW1 as TWD and &lt;STRONG&gt;'&lt;/STRONG&gt;CN1','CNY' as CNY like that and it should come in the same feild. i want the output like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currency 1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 148px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="148"&gt;AUD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;CNH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;CNY&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;EUR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;GBP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;HKD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;INR&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;Others&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;SGD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;&lt;STRONG&gt;TWD&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" style="border-top: none;"&gt;USD&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp; i have written the below code , but it is not working...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Currency,'SGD','USD','EUR','AUD','GBP','HKD','CNH',if(match(Currency,'INR','IN1'),'INR'),if(match(Currency,'TWD','TW1'),'TWD') ,&lt;/P&gt;&lt;P&gt; if(match(Currency,'CN1','CNY'),'CNY')),Currency,'Others') as Currency1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 07:02:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/934526#M952543</guid>
      <dc:creator />
      <dc:date>2015-12-02T07:02:40Z</dc:date>
    </item>
    <item>
      <title>Re: match function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934527#M952544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;Hi Sowmya,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 1.5em; color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;Use wildmatch&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(WildMatch(Currency,'SGD','USD','EUR','AUD','GBP','HKD','CNH',&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;'IN*','TW*','CN*&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM&gt;'),Currency) as Currency&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 07:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/934527#M952544</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-02T07:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: match function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934528#M952545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure why your code is not working. Could you elaborate on what you mean by "not working"? What result are you getting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 07:29:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/934528#M952545</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-12-02T07:29:24Z</dc:date>
    </item>
    <item>
      <title>Re: match function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934529#M952546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;Thank you for your quick reply,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;i am having a feild&amp;nbsp; &lt;STRONG&gt;Source Currency , &lt;/STRONG&gt;using match function i divided the data&amp;nbsp; which is showing in currency feild, i have taken what i want and remaining currency i considered as Others.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;but my final output should be 'Currency1', to get that we have to merge some fields in currency&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 501px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" width="142"&gt;Source Currency&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;AED&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;AU1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;AUD&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;BHD&lt;/TD&gt;&lt;TD class="xl66"&gt;Currency&lt;/TD&gt;&lt;TD class="xl66"&gt;Currency1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;CAD&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;AUD&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;AUD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;CHF&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;CN1&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;CNH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;CN1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;CNH&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;CNY=CN1 and CNY&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;CNH&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;CNY&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;EUR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;CNY&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;EUR&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;GBP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;DKK&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;GBP&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;HKD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;EUR&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;HKD&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;INR =IN1 and INR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;GBP&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;IN1&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;Others&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;HKD&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;INR&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;SGD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;ID1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;SGD&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;TWD=TW1 and TWD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;ID2&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;TW1&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;USD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;IDR&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;TWD&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;IN1&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none;"&gt;USD&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;INR&lt;/TD&gt;&lt;TD class="xl67" style="border-top: none;"&gt;Others&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;JPY&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;SGD&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;TW1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;TWD&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;US1&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" height="17" style="border-top: none;"&gt;USD&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 07:34:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/934529#M952546</guid>
      <dc:creator />
      <dc:date>2015-12-02T07:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: match function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934530#M952547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;change it to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Currency,'SGD','USD','EUR','AUD','GBP','HKD','CNH'),Currency,&lt;/P&gt;&lt;P&gt;if(match(Currency,'INR','IN1'),'INR',&lt;/P&gt;&lt;P&gt;if(match(Currency,'TWD','TW1'),'TWD' ,&lt;/P&gt;&lt;P&gt;if(match(Currency,'CN1','CNY'),'CNY','Others')))) as Currency1,&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/107818_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 07:42:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/934530#M952547</guid>
      <dc:creator>martinpohl</dc:creator>
      <dc:date>2015-12-02T07:42:43Z</dc:date>
    </item>
    <item>
      <title>Re: match function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934531#M952548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am getting the output like below(Currency). TWD,CNY data is not coming... i want to get the Currency1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 342px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl67" height="17" width="95"&gt;Currency&lt;/TD&gt;&lt;TD class="xl66" width="119"&gt;Currency1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;AUD&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;AUD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;CNH&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;CNH&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;EUR&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;&lt;STRONG&gt;CNY&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;GBP&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;EUR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;HKD&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;GBP&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;INR&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;HKD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;Others&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;INR&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;SGD&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;Others&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="17" style="border-top: none;"&gt;USD&lt;/TD&gt;&lt;TD class="xl68" style="border-top: none;"&gt;SGD&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" style="border-top: none;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; &lt;STRONG&gt;TWD&lt;/STRONG&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl68" style="border-top: none;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/TD&gt;&lt;TD&gt; USD&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 07:48:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/934531#M952548</guid>
      <dc:creator />
      <dc:date>2015-12-02T07:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: match function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934532#M952549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Martin.. it is working..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 07:52:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/934532#M952549</guid>
      <dc:creator />
      <dc:date>2015-12-02T07:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: match function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934533#M952550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;I misunderstood your question&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. You can follow Martin solution,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Or somrthing like below,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(match(Currency,'SGD','USD','EUR','AUD','GBP','HKD','CNH'),Currency,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Wildmatch(Currency,'IN*'),'INR',&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Wildmatch(Currency,'TW*'),'TWD' ,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(Wildmatch(Currency,'CN*'),'CNY','Others')))) as Currency,&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 07:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/934533#M952550</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2015-12-02T07:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: match function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934534#M952551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;Below expression will solve your purpose:&lt;/P&gt;&lt;P&gt;pick(match(A,'SGD','USD','EUR','AUD','GBP','HKD','CNH','INR','IN1','TWD','TW1','CNY','CN1'),'SGD','USD','EUR','AUD','GBP','HKD','CNH','INR','INR','TWD','TWD','CNY','CNY')&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;Devanand &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 08:46:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/934534#M952551</guid>
      <dc:creator />
      <dc:date>2015-12-02T08:46:13Z</dc:date>
    </item>
    <item>
      <title>Re: match function</title>
      <link>https://community.qlik.com/t5/QlikView/match-function/m-p/934535#M952552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's ok and thank you...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2015 00:59:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-function/m-p/934535#M952552</guid>
      <dc:creator />
      <dc:date>2015-12-03T00:59:02Z</dc:date>
    </item>
  </channel>
</rss>

