<?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 command how to add 2nd condition ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719549#M540610</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: 12.727272033691406px;"&gt;maybe you have to add another match (bold)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;if(match(Currency_P,'SG') and &lt;STRONG&gt;match&lt;/STRONG&gt;(BRAND_P,'GE'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;..................&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Jul 2014 00:36:08 GMT</pubDate>
    <dc:creator>maxgro</dc:creator>
    <dc:date>2014-07-06T00:36:08Z</dc:date>
    <item>
      <title>match command how to add 2nd condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719547#M540608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the expression below which match 1 CONDITION IF COUNTRY = SG ( WORKING FINE ):-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Currency_P,'SG'),&lt;/P&gt;&lt;P&gt;money(&lt;/P&gt;&lt;P&gt;(AFTER_DISCOUNT*RATE_EU*TRANS_SUP/MU_TDS),&lt;/P&gt;&lt;P&gt;CurrencyFormat_P)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I need to add one more condition :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BRAND_P=GE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I try :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Currency_P,'SG') and (BRAND_P,'GE'),&lt;/P&gt;&lt;P&gt;money(&lt;/P&gt;&lt;P&gt;(AFTER_DISCOUNT*RATE_EU*TRANS_SUP/MU_TDS),&lt;/P&gt;&lt;P&gt;CurrencyFormat_P)&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it does not work , hope some one can help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Paul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 00:11:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719547#M540608</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-07-06T00:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: match command how to add 2nd condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719548#M540609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QV doc&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 00:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719548#M540609</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-07-06T00:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: match command how to add 2nd condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719549#M540610</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: 12.727272033691406px;"&gt;maybe you have to add another match (bold)&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;if(match(Currency_P,'SG') and &lt;STRONG&gt;match&lt;/STRONG&gt;(BRAND_P,'GE'),&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.727272033691406px;"&gt;..................&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 00:36:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719549#M540610</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-07-06T00:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Re: match command how to add 2nd condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719550#M540611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much it work fine now .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i hv following up question :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 script , 1st one is&amp;nbsp; :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Currency_P,'SG') and (match (BRAND_P,'GE')),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(AFTER_DISCOUNT*RATE_US*TRANS_SUP/MU_TDS)&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and 2nd one is :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Currency_P,'SG') and (match (BRAND_P,'IBH')),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(AFTER_DISCOUNT*RATE_EU*TRANS_SUP/MU_TDS)&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;/P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to combine both into 1 script :-&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Currency_P,'SG') and (match (BRAND_P,'GE')),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(AFTER_DISCOUNT*RATE_US*TRANS_SUP/MU_TDS)&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;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Currency_P,'SG') and (match (BRAND_P,'IBH')),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(AFTER_DISCOUNT*RATE_EU*TRANS_SUP/MU_TDS)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 01:34:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719550#M540611</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-07-06T01:34:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: match command how to add 2nd condition ?</title>
      <link>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719551#M540612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found the answer by trail and error , and it work :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if&lt;/P&gt;&lt;P&gt;(&lt;/P&gt;&lt;P&gt;match(Currency_P,'SG') and (match (BRAND_P,'IBH')&lt;/P&gt;&lt;P&gt;),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(AFTER_DISCOUNT*RATE_EU*TRANS_SUP/MU_TDS),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Currency_P,'SG') and (match (BRAND_P,'GE')),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(AFTER_DISCOUNT*RATE_US*TRANS_SUP/MU_TDS)&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;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2014 01:37:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/match-command-how-to-add-2nd-condition/m-p/719551#M540612</guid>
      <dc:creator>paulyeo11</dc:creator>
      <dc:date>2014-07-06T01:37:28Z</dc:date>
    </item>
  </channel>
</rss>

