<?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 Use of Match() &amp;amp; Concat() functions together in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Use-of-Match-amp-Concat-functions-together/m-p/1666018#M50127</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm working on integrating the following to my existing script however I am getting an 'Invalid Expression' error when loading the data, any ideas why? &lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(Match(Concat(POL_MAIN_BUSINESS_ZONE,POD_MAIN_BUSINESS_ZONE),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;'MID EAST-IND CONFAR EAST',&lt;BR /&gt;'MID EAST-IND CONMID EAST-IND CON',&lt;BR /&gt;'FAR EASTFAR EAST',&lt;BR /&gt;'MID EAST-IND CONFAR EAST'),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;'Out of Scope',&lt;BR /&gt;'Within Scope') as Scope&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition to this code i would like to add an exception to this, that is, if within the POL_MAIN_BUSINESS_ZONE or POD_MAIN_BUSINESS_ZONE = FAR EAST and that POL_COUNTRY or POD COUNTRY = TIMOR then it should be flagged as Within Scope otherwise Out of Scope.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:34:15 GMT</pubDate>
    <dc:creator>Fabien</dc:creator>
    <dc:date>2024-11-16T03:34:15Z</dc:date>
    <item>
      <title>Use of Match() &amp; Concat() functions together</title>
      <link>https://community.qlik.com/t5/App-Development/Use-of-Match-amp-Concat-functions-together/m-p/1666018#M50127</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I'm working on integrating the following to my existing script however I am getting an 'Invalid Expression' error when loading the data, any ideas why? &lt;span class="lia-unicode-emoji" title=":grimacing_face:"&gt;😬&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If(Match(Concat(POL_MAIN_BUSINESS_ZONE,POD_MAIN_BUSINESS_ZONE),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;'MID EAST-IND CONFAR EAST',&lt;BR /&gt;'MID EAST-IND CONMID EAST-IND CON',&lt;BR /&gt;'FAR EASTFAR EAST',&lt;BR /&gt;'MID EAST-IND CONFAR EAST'),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;'Out of Scope',&lt;BR /&gt;'Within Scope') as Scope&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition to this code i would like to add an exception to this, that is, if within the POL_MAIN_BUSINESS_ZONE or POD_MAIN_BUSINESS_ZONE = FAR EAST and that POL_COUNTRY or POD COUNTRY = TIMOR then it should be flagged as Within Scope otherwise Out of Scope.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:34:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-of-Match-amp-Concat-functions-together/m-p/1666018#M50127</guid>
      <dc:creator>Fabien</dc:creator>
      <dc:date>2024-11-16T03:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Match() &amp; Concat() functions together</title>
      <link>https://community.qlik.com/t5/App-Development/Use-of-Match-amp-Concat-functions-together/m-p/1666021#M50128</link>
      <description>&lt;P&gt;Maybe try this:&lt;/P&gt;&lt;P&gt;If(Match(POL_MAIN_BUSINESS_ZONE&amp;amp;' '&amp;amp;POD_MAIN_BUSINESS_ZONE,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;'MID EAST-IND CONFAR EAST',&lt;BR /&gt;'MID EAST-IND CONMID EAST-IND CON',&lt;BR /&gt;'FAR EASTFAR EAST',&lt;BR /&gt;'MID EAST-IND CONFAR EAST'),&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;'Out of Scope',&lt;BR /&gt;'Within Scope') as Scope&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 00:44:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-of-Match-amp-Concat-functions-together/m-p/1666021#M50128</guid>
      <dc:creator>Arthur_Fong</dc:creator>
      <dc:date>2020-01-16T00:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: Use of Match() &amp; Concat() functions together</title>
      <link>https://community.qlik.com/t5/App-Development/Use-of-Match-amp-Concat-functions-together/m-p/1666025#M50129</link>
      <description>&lt;P&gt;Nice one Arthur, thanks for that. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 01:23:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-of-Match-amp-Concat-functions-together/m-p/1666025#M50129</guid>
      <dc:creator>Fabien</dc:creator>
      <dc:date>2020-01-16T01:23:28Z</dc:date>
    </item>
  </channel>
</rss>

