<?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/1391025#M815094</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;='China','China',&lt;BR /&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;='Norway','Norway',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;If(Match(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region],&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;'Sweden', 'Denmark' , 'Finland'),'EU',&lt;/SPAN&gt;&lt;BR /&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;='France','France' ))))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your requirement is to replace the existing value of a field with a new value then you can manage that at script level by using mapping load and applymap function.&lt;/P&gt;&lt;P&gt;Create a map table using mapping load that will have two fields From, To.&lt;/P&gt;&lt;P&gt;and then call applymap function by passing the current value and get the new values as a new field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Sep 2017 13:14:43 GMT</pubDate>
    <dc:creator>sudeepkm</dc:creator>
    <dc:date>2017-09-21T13:14:43Z</dc:date>
    <item>
      <title>Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1391022#M815091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to using match function in the following expression, please suggest the correct way of using it. I using the following but there is error in expression in drill down group. &lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: '0\,0\,0\,0\,0\,0\,Courier New'; color: black;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 9.0pt; font-family: '0\,0\,0\,0\,0\,0\,Courier New'; color: black;"&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: '0\,0\,0\,0\,0\,0\,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: '0\,0\,0\,0\,0\,0\,Courier New'; color: black;"&gt;='China','China'&lt;BR /&gt; IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: '0\,0\,0\,0\,0\,0\,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: '0\,0\,0\,0\,0\,0\,Courier New'; color: black;"&gt;='Norway','Norway'&lt;BR /&gt; If(Match(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: '0\,0\,0\,0\,0\,0\,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: '0\,0\,0\,0\,0\,0\,Courier New'; color: black;"&gt;='Sweden', 'Denmark' , 'Finland','EU'&lt;BR /&gt; IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: '0\,0\,0\,0\,0\,0\,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9.0pt; font-family: '0\,0\,0\,0\,0\,0\,Courier New'; color: black;"&gt;='France','France' ))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1391022#M815091</guid>
      <dc:creator>madhuqliklondon</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1391023#M815092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try these ways&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF([CountryRegion.Region]='China','China',&lt;/P&gt;&lt;P&gt;IF([CountryRegion.Region]='Norway','Norway',&lt;/P&gt;&lt;P&gt;If( Match ( [CountryRegion.Region],'Sweden', 'Denmark') , 'Finland',&lt;/P&gt;&lt;P&gt;IF([CountryRegion.Region]='France','France','EU'))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 13:12:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1391023#M815092</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-21T13:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1391024#M815093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;='China','China'&lt;BR /&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;='Norway','Norway'&lt;BR /&gt;If(Match(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;='Sweden', 'Denmark' , 'Finland'),'EU'&lt;BR /&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;='France','France' )))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 13:12:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1391024#M815093</guid>
      <dc:creator>hari8088</dc:creator>
      <dc:date>2017-09-21T13:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1391025#M815094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;='China','China',&lt;BR /&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;='Norway','Norway',&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;If(Match(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region],&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;'Sweden', 'Denmark' , 'Finland'),'EU',&lt;/SPAN&gt;&lt;BR /&gt;IF(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: maroon;"&gt;[CountryRegion.Region]&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt; font-family: '0,0,0,0,0,0,Courier New'; color: black;"&gt;='France','France' ))))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if your requirement is to replace the existing value of a field with a new value then you can manage that at script level by using mapping load and applymap function.&lt;/P&gt;&lt;P&gt;Create a map table using mapping load that will have two fields From, To.&lt;/P&gt;&lt;P&gt;and then call applymap function by passing the current value and get the new values as a new field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 13:14:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1391025#M815094</guid>
      <dc:creator>sudeepkm</dc:creator>
      <dc:date>2017-09-21T13:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: Match function</title>
      <link>https://community.qlik.com/t5/QlikView/Match-function/m-p/1391026#M815095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Earlier was typo and saved try this one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF([CountryRegion.Region]='China','China',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF([CountryRegion.Region]='Norway','Norway',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If( Match ( [CountryRegion.Region],'Sweden', 'Denmark'&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,'EU'&lt;/SPAN&gt;)&amp;nbsp; = 1, 'Finland',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;IF([CountryRegion.Region]='France','France'))))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Sep 2017 13:17:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Match-function/m-p/1391026#M815095</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-21T13:17:31Z</dc:date>
    </item>
  </channel>
</rss>

