<?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: Multiple match condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636208#M676908</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(Match ( [Res ID], 100529,400068,104198,609022),'ABC Supply') or &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Match( [&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;GP ID] = 'CTL01'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'ABC Supply') &lt;/SPAN&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;"&gt;&amp;nbsp;&amp;nbsp; And &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ID = 39&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2014 18:09:27 GMT</pubDate>
    <dc:creator>its_anandrjs</dc:creator>
    <dc:date>2014-06-02T18:09:27Z</dc:date>
    <item>
      <title>Multiple match condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636204#M676904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the following dimension set up to only show Res Id with the following values but I also need to extract the data if the&lt;/P&gt;&lt;P&gt;GP ID is equal to CTL01&lt;/P&gt;&lt;P&gt;Is there a way for me to do a match if either one exists????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(Match([Res ID],'100529','400068','104198','609022'),'ABC Supply')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 15:57:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636204#M676904</guid>
      <dc:creator />
      <dc:date>2014-06-02T15:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple match condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636205#M676905</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;"&gt;=if(Match([Res ID],'100529','400068','104198','609022') or [&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;GP ID] = 'CTL01'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;,'ABC Supply')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&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;"&gt;This might do what you need.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 16:01:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636205#M676905</guid>
      <dc:creator>erikzions</dc:creator>
      <dc:date>2014-06-02T16:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple match condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636206#M676906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can add and or condition to your if as needed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if( &lt;STRONG&gt;(&lt;/STRONG&gt;match(....) or match(.....)&lt;STRONG&gt;)&lt;/STRONG&gt; and &lt;STRONG&gt;(&lt;/STRONG&gt;match(.....) or match(.....)&lt;STRONG&gt;)&lt;/STRONG&gt;, ...) as .... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 16:07:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636206#M676906</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2014-06-02T16:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple match condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636207#M676907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if I need to add another layer such as&lt;/P&gt;&lt;P&gt;an and ID = 39 or id not equal 39&lt;/P&gt;&lt;P&gt;in other words (if the res id = '100529', etc, or gp id = CTL01 ) and id = 39&lt;/P&gt;&lt;P&gt;would this be possible?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:00:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636207#M676907</guid>
      <dc:creator />
      <dc:date>2014-06-02T18:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple match condition</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636208#M676908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can simply use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=if(Match ( [Res ID], 100529,400068,104198,609022),'ABC Supply') or &lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; Match( [&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;GP ID] = 'CTL01'&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,'ABC Supply') &lt;/SPAN&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;"&gt;&amp;nbsp;&amp;nbsp; And &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ID = 39&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2014 18:09:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-match-condition/m-p/636208#M676908</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-02T18:09:27Z</dc:date>
    </item>
  </channel>
</rss>

