<?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: Color a Dimension if it matches two parameters (if match AND) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303536#M614745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you don't use NODISTINCT aggr() by default work for single value (the first value internally).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2017 11:45:11 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2017-07-27T11:45:11Z</dc:date>
    <item>
      <title>Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303516#M614725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to color a dimension green if the value in this dimension is&amp;nbsp; accuring two times in another dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim1: Validity, Dim2: Named Account&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Validity, Named Account&lt;/P&gt;&lt;P&gt;ST, Loreal&lt;/P&gt;&lt;P&gt;MT, Loreal&lt;/P&gt;&lt;P&gt;MT, Cisco,&lt;/P&gt;&lt;P&gt;LT, Stabilo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to color the Dim Named Account green if one account has the Validity ST AND MT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried it with entering the Dimension and fill following formula in the "Text Color" Area of the Dimension "Named Account".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(match(Validity,'ST') and match(Validity,'MT'),green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately this is not working, if just one first parameter if(match(Validity,'ST'), green()) it is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know how to achieve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have added a sample app, the single Account is now green due to the parameter match(Validity,'ST'), the question is how to do with an and-condition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 10:59:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303516#M614725</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-07-27T10:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303517#M614726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to expression &amp;gt;&amp;gt; Background color &amp;gt;&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(WildMatch(Validity,'ST','&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;MT') , &lt;/SPAN&gt;green())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:06:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303517#M614726</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-07-27T11:06:57Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303518#M614727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Or you can write your own expression &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;if(match(Validity,'ST') and match(Validity,'MT'),green())&lt;/STRONG&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: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&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: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="171606" alt="back.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171606_back.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:07:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303518#M614727</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-07-27T11:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303519#M614728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use-&lt;/P&gt;&lt;P&gt;if(WildMatch(Validity,'ST','MT'),Green())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:08:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303519#M614728</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2017-07-27T11:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303520#M614729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would like to color the Dimension and not the Expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:09:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303520#M614729</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-07-27T11:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303521#M614730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This statement will color all ST and all MT green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would just like to color those which are (ST and MT together).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:10:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303521#M614730</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-07-27T11:10:51Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303522#M614731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This statement will color all ST and all MT green.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would just like to color those which are (ST and MT together).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:10:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303522#M614731</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-07-27T11:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303523#M614732</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: 13px;"&gt;Go to dimenssion&amp;gt;&amp;gt; Background color &amp;gt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(WildMatch(Validity,'ST','&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;MT') , &lt;/SPAN&gt;green())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="dime.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171607_dime.png" style="max-width: 620px; height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:11:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303523#M614732</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-07-27T11:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303524#M614733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use concat first&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(index(Concat(Validity),'ST') and index(Concat(Validity),'MT'),green())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:12:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303524#M614733</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2017-07-27T11:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303525#M614734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(Dimensionality() = 1,&lt;/P&gt;&lt;P&gt;colormix1(&lt;STRONG style="font-size: 10pt;"&gt;Your expression&lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;, white(), RGB(252, 85, 67))&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;,white())&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:15:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303525#M614734</guid>
      <dc:creator>neha_shirsath</dc:creator>
      <dc:date>2017-07-27T11:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303526#M614735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303526#M614735</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-07-27T11:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303527#M614736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this?&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171611_Capture.PNG" style="height: 197px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-family: 'courier new', courier;"&gt;=Aggr(NODISTINCT if(index(Concat(Validity),'ST') and index(Concat(Validity),'MT'),green()),[Named Account])&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:17:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303527#M614736</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-07-27T11:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303528#M614737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No one record can have both Validity values, that is why the simple AND in your post does not work. I assume that each dimension represents multiple records, some of which may be either of the two test values. I also assume that you want to colour only those that have both test values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then something like this will use the intersection:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; If(Count({&amp;lt;Validity = {'ST'}&amp;gt;*&amp;lt;Validity = {'MT'}&amp;gt;} [Named Account]) &amp;gt; 1, Green())&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;If that does not work, i suggest that you upload a small sample withe some representative data. The data does not have to be real data, but it must be in line with your real data model.&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303528#M614737</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-07-27T11:19:10Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303529#M614738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are right, I have uploaded a really simple application. Maybe you can have a look for me?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303529#M614738</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-07-27T11:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303530#M614739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check my suggestion? PFA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303530#M614739</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-07-27T11:24:55Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303531#M614740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am struggling with your Set Analysis Expression, I have never seen &lt;EM&gt;&amp;gt;*&amp;lt; this one between the Field(s). What does this mean?&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303531#M614740</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-07-27T11:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303532#M614741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That looks good, I will try it in my app and brb. Thx!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:27:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303532#M614741</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-07-27T11:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303533#M614742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is &lt;STRONG&gt;intersection&lt;/STRONG&gt; operator. Check it here: &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/SetAnalysis/set-analysis-expressions.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/ChartFunctions/SetAnalysis/set-analysis-expressions.htm"&gt;Set analysis and set expressions ‒ QlikView&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:33:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303533#M614742</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2017-07-27T11:33:17Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303534#M614743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your Code seems logical, but why did you go for NODISTINCT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3366ff; font-family: 'courier new', courier;"&gt;=Aggr(NODISTINCT if(index(Concat(Validity),'ST') and index(Concat(Validity),'MT'),green()),[Named Account])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:35:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303534#M614743</guid>
      <dc:creator>chriys1337</dc:creator>
      <dc:date>2017-07-27T11:35:38Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Dimension if it matches two parameters (if match AND)</title>
      <link>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303535#M614744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this expression as a Text Foreground colour for Dimension Account:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=If(Count({&amp;lt;Account = P({&amp;lt;Validity = {'ST'}&amp;gt;} Account) * P({&amp;lt;Validity = {'MT'}&amp;gt;} Account)&amp;gt;} Account) &amp;gt; 0, Green())&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="img1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/171601_img1.PNG" style="height: 407px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="img2.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/171620_img2.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Unfortunately I cannot upload the file due to the security policies here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2017 11:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Color-a-Dimension-if-it-matches-two-parameters-if-match-AND/m-p/1303535#M614744</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2017-07-27T11:39:10Z</dc:date>
    </item>
  </channel>
</rss>

