<?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: If match AND Match AND NOT Match in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590250#M739527</link>
    <description>&lt;P&gt;Well a simple error in use of single inverted comma...Just rectify it and your problem should be solved.&lt;FONT color="#000000"&gt;&lt;A href="https://www.mybkexperience.reviews/" target="_self"&gt;I&lt;/A&gt;&lt;/FONT&gt; hope u r very much clear now&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 11 Jun 2019 05:13:19 GMT</pubDate>
    <dc:creator>Haldeman14</dc:creator>
    <dc:date>2019-06-11T05:13:19Z</dc:date>
    <item>
      <title>If match AND Match AND NOT Match</title>
      <link>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590232#M739523</link>
      <description>&lt;P&gt;I try to use this to create service column and but not all the values are getting populated ..and and not match condition value '0' getting displayed .. Any insight would really helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;if (match(Record_Type, ‘Authorized' AND Match(Sub_Type,'Appeal' )), 'Research' ,&lt;BR /&gt;if (match(Record_Type, 'PA'), ‘Determination' ,&lt;BR /&gt;if (match(Record_Type, ‘Information'), ‘Info',&lt;BR /&gt;if (match(Record_Type, 'Verification' ), 'Verification's',&lt;BR /&gt;if (match(Record_Type, ‘Authorization' AND NOT Match(Sub_Type,'Appeal' )), ‘Pre-Determination',&lt;BR /&gt;if (match(Record_Type, 'General’ AND Match(Sub_Type,'General Inquiry' )), ‘ Manager Inquiry',&lt;BR /&gt;if (match(Record_Type, 'Inquiry' AND Match(Sub_Type,'Detailed Inquiry' )), ‘Case Reviews',&lt;BR /&gt;if (match(Record_Type, 'Potential' ), Quality Report',&lt;BR /&gt;if (match(Record_Type, 'Commercial’), ‘ Assistance Program Enrollment',&lt;BR /&gt;if (match(Record_Type, ‘Step 1' AND Match(Sub_Type,'Coverage Follow Up' )), ‘Site of Care Follow up',&lt;BR /&gt;if (match(Record_Type, 'Copay' AND Match(Sub_Type,'New' ) ) ,'Pharmacy Activation' , '0'))))))))))) AS Service&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590232#M739523</guid>
      <dc:creator>saiyashwan</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: If match AND Match AND NOT Match</title>
      <link>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590243#M739524</link>
      <description>It looks like you have a bunch of misplaced parentheses.&lt;BR /&gt;&lt;BR /&gt;You code:&lt;BR /&gt;if (match(Record_Type, ‘Authorized' AND Match(Sub_Type,'Appeal' )), 'Resea....&lt;BR /&gt;&lt;BR /&gt;Should probably look like this:&lt;BR /&gt;if (match(Record_Type, ‘Authorized' ) AND Match(Sub_Type,'Appeal' ), 'Resea...&lt;BR /&gt;&lt;BR /&gt;Am I correct? If so then you have this syntax misspelling in multiple locations in your expression.</description>
      <pubDate>Tue, 11 Jun 2019 04:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590243#M739524</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-06-11T04:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: If match AND Match AND NOT Match</title>
      <link>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590245#M739526</link>
      <description>&lt;P&gt;I also notice incorrect use of &amp;nbsp;‘ ’ where you should be using ' '.&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 11 Jun 2019 04:36:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590245#M739526</guid>
      <dc:creator>Vegar</dc:creator>
      <dc:date>2019-06-11T04:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: If match AND Match AND NOT Match</title>
      <link>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590250#M739527</link>
      <description>&lt;P&gt;Well a simple error in use of single inverted comma...Just rectify it and your problem should be solved.&lt;FONT color="#000000"&gt;&lt;A href="https://www.mybkexperience.reviews/" target="_self"&gt;I&lt;/A&gt;&lt;/FONT&gt; hope u r very much clear now&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jun 2019 05:13:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590250#M739527</guid>
      <dc:creator>Haldeman14</dc:creator>
      <dc:date>2019-06-11T05:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: If match AND Match AND NOT Match</title>
      <link>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590266#M739528</link>
      <description>&lt;P&gt;Like this:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;if (match(Record_Type, 'Authorized') AND Match(Sub_Type, 'Appeal'), 'Research',
if (match(Record_Type, 'PA'), 'Determination' ,
if (match(Record_Type, 'Information'), 'Info',
if (match(Record_Type, 'Verification' ), 'Verification's',
if (match(Record_Type, 'Authorization') AND NOT Match(Sub_Type, 'Appeal'), 'Pre-Determination',
if (match(Record_Type, 'General') AND Match(Sub_Type, 'General Inquiry'), 'Manager Inquiry',
if (match(Record_Type, 'Inquiry') AND Match(Sub_Type, 'Detailed Inquiry'), 'Case Reviews',
if (match(Record_Type, 'Potential'), Quality Report',
if (match(Record_Type, 'Commercial'), 'Assistance Program Enrollment',
if (match(Record_Type, 'Step 1') AND Match(Sub_Type, 'Coverage Follow Up'), 'Site of Care Follow up',
if (match(Record_Type, 'Copay') AND Match(Sub_Type, 'New'), 'Pharmacy Activation' , '0'))))))))))) AS Service&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 11 Jun 2019 06:01:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590266#M739528</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2019-06-11T06:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: If match AND Match AND NOT Match</title>
      <link>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590503#M739529</link>
      <description>Thanks.. this solved the issue</description>
      <pubDate>Tue, 11 Jun 2019 13:56:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/If-match-AND-Match-AND-NOT-Match/m-p/1590503#M739529</guid>
      <dc:creator>saiyashwan</dc:creator>
      <dc:date>2019-06-11T13:56:51Z</dc:date>
    </item>
  </channel>
</rss>

