<?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: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24629#M4065</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the aggr you select all values and with the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TOTAL &amp;lt;$(v_MP_Dim_3)&amp;gt;&lt;/SPAN&gt; you choose row by row. More or less?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Feb 2018 09:59:07 GMT</pubDate>
    <dc:creator>fvelascog72</dc:creator>
    <dc:date>2018-02-28T09:59:07Z</dc:date>
    <item>
      <title>Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24622#M4058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table as shown in the image below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="123.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194827_123.png" style="height: 288px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;This table has the option of choosing multiple dimensions from a multi box named 'Columns/X-axis'. Now what I want is to color the minimum and maximum values in each row of the table. For example, say in the first row(Malaysia,Peninsular,State1) Supplier A has the least value(273) and Supplier E has max value(325). Say I'd like to color the least value(273) as green and max value(325) as red. I want to do this for all the rows in the table. Any help is much appreciated. I have tried the following expression in the Background option for the 'AVG' expression but it's not working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Avg($(v_MP_Rate_Type))=Max(TOTAL &amp;lt;[Supplier Name]&amp;gt; $(v_MP_Rate_Type)),RGB(255,0,0)) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached the app for your reference. TIA! &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 08:08:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24622#M4058</guid>
      <dc:creator>mrthomasshelby</dc:creator>
      <dc:date>2018-02-28T08:08:22Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24623#M4059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with this in background color of the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(AVG = Min(TOTAL &amp;lt;$(v_MP_Dim_3)&amp;gt; Aggr(Avg($(v_MP_Rate_Type)), [Supplier Name], $(v_MP_Dim_1), $(v_MP_Dim_2), $(v_MP_Dim_3))), Red(),&lt;/P&gt;&lt;P&gt;If(AVG = Max(TOTAL &amp;lt;$(v_MP_Dim_3)&amp;gt; Aggr(Avg($(v_MP_Rate_Type)), [Supplier Name], $(v_MP_Dim_1), $(v_MP_Dim_2), $(v_MP_Dim_3))), blue()&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Saludos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:16:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24623#M4059</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-02-28T09:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24624#M4060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.qlik.com/qlik-users/185641"&gt;fvelascog72&lt;/A&gt;‌,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried to do it with nested aggr, do you have an idea why it doesn't work like this ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:33:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24624#M4060</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-28T09:33:15Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24625#M4061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You mean nested aggr instead nested if?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:49:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24625#M4061</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-02-28T09:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24626#M4062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:49:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24626#M4062</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-28T09:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24627#M4063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That works! Thanks a lot Federico! Can you explain briefly the rationale behind this expressions if possible? Thanks again! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:55:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24627#M4063</guid>
      <dc:creator>mrthomasshelby</dc:creator>
      <dc:date>2018-02-28T09:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24628#M4064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you write here what are you trying?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24628#M4064</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-02-28T09:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24629#M4065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the aggr you select all values and with the &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TOTAL &amp;lt;$(v_MP_Dim_3)&amp;gt;&lt;/SPAN&gt; you choose row by row. More or less?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 09:59:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24629#M4065</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-02-28T09:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24630#M4066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;EDITED&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, i was trying this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(AVG = Min(Aggr(Avg($(v_MP_Rate_Type)), [Supplier Name], $(v_MP_Dim_1), $(v_MP_Dim_2), $(v_MP_Dim_3)))...&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;but on the table I have only one max value and one min value of all the lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you added another aggregation on the dimension 3, with total &amp;lt;dimension 3&amp;gt;, I want to know why ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and so I tried this, but it is not working:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(AVG = aggr(Min(Aggr(Avg($(v_MP_Rate_Type)), [Supplier Name], $(v_MP_Dim_1), $(v_MP_Dim_2), $(v_MP_Dim_3))),$(v_MP_Dim_3)), Red())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 10:01:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24630#M4066</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-28T10:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24631#M4067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Federico, I'm getting the result as shown in the image. As you can see, the coloring is happening for some rows but not for some other rows. For example you can see in Region 'East','State 3' only the Max value is colored while the Min value is not. Similarly, in Region 'Peninsular', only Min is colored and not max. This is happening because State 3 is present in both the regions I guess. Is there anyway we can modify this expression to get the two colors for each row. For example, in Region 'Peninsular', 'State 3' Supplier A should be colored in Red while Supplier E should be colored in blue? Thanks again!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="124.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/194840_124.png" style="height: 288px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 10:10:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24631#M4067</guid>
      <dc:creator>mrthomasshelby</dc:creator>
      <dc:date>2018-02-28T10:10:28Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24632#M4068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;youssef belloum escribió:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;but on the table I have only one max value and one min value of all the lines. &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That´s why you must choose row by row with &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;total &amp;lt;dimension 3&amp;gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;I think doing this in pivot tables is risky because it will not work if you pivot the dimensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search other option tell me. Always learnig. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 10:11:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24632#M4068</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-02-28T10:11:45Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24633#M4069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(AVG = Min(TOTAL &amp;lt;$(v_MP_Dim_2), $(v_MP_Dim_3)&amp;gt; Aggr(Avg($(v_MP_Rate_Type)), [Supplier Name], $(v_MP_Dim_1), $(v_MP_Dim_2), $(v_MP_Dim_3))), Red(),&lt;/P&gt;&lt;P&gt;If(AVG = Max(TOTAL &amp;lt;$(v_MP_Dim_2), $(v_MP_Dim_3)&amp;gt; Aggr(Avg($(v_MP_Rate_Type)), [Supplier Name], $(v_MP_Dim_1), $(v_MP_Dim_2), $(v_MP_Dim_3))), blue()&lt;/P&gt;&lt;P&gt;))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 10:15:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24633#M4069</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-02-28T10:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24634#M4070</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not yet very comfortable with this kind of problematics..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would be very interesting to have the advice of one of the experts here, like &lt;A href="https://community.qlik.com/qlik-users/171708"&gt;stalwar1&lt;/A&gt;‌, what would you have used here Sunny ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 10:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24634#M4070</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-02-28T10:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24635#M4071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is perfect! I understand now that we're considering the cells based on vDim2 and vDim3. Thanks a lot for all the help again Federico! Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 11:44:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24635#M4071</guid>
      <dc:creator>mrthomasshelby</dc:creator>
      <dc:date>2018-02-28T11:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24636#M4072</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You´re welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Feb 2018 11:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24636#M4072</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2018-02-28T11:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24637#M4073</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I will try to get back to you on this sometime today&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 11:30:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24637#M4073</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-01T11:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24638#M4074</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Merci Sunny &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Mar 2018 12:46:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24638#M4074</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-01T12:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24639#M4075</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you might have been trying to do this.... right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;If(AVG = &lt;SPAN style="color: #ff0000;"&gt;Aggr(NODISTINCT&lt;/SPAN&gt; Min(Aggr(Avg($(v_MP_Rate_Type)), [Supplier Name], $(v_MP_Dim_1), $(v_MP_Dim_2), $(v_MP_Dim_3)))&lt;SPAN style="color: #ff0000;"&gt;, $(v_MP_Dim_2), $(v_MP_Dim_3))&lt;/SPAN&gt;, Red(),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;If(AVG = &lt;SPAN style="color: #ff0000;"&gt;Aggr(NODISTINCT&lt;/SPAN&gt; Max(Aggr(Avg($(v_MP_Rate_Type)), [Supplier Name], $(v_MP_Dim_1), $(v_MP_Dim_2), $(v_MP_Dim_3)))&lt;SPAN style="color: #ff0000;"&gt;, $(v_MP_Dim_2), $(v_MP_Dim_3))&lt;/SPAN&gt;, blue()&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/196328_Capture.PNG" style="height: 354px; width: 620px;" /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" data-avatarid="-1" data-userid="206168" data-username="youssefbelloum" href="https://community.qlik.com/people/youssefbelloum"&gt;youssef&lt;/A&gt;‌ - Apologize for the delay&lt;STRONG&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 12:34:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24639#M4075</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-14T12:34:08Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24640#M4076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thank you so much.. I was trying with Aggr only and it didn't work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is perfect &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You know me I love the details, so I'll ask a question here too:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;between the solution of federico: &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Min(TOTAL &amp;lt;$(v_MP_Dim_3)&amp;gt; ..aggr(avg&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;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: 13px;"&gt;and yours: Aggr(NODISTINCT Min(Aggr(avg&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;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: 13px;"&gt;both are the same ? in terms of performance maybe ?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 12:55:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24640#M4076</guid>
      <dc:creator>YoussefBelloum</dc:creator>
      <dc:date>2018-03-14T12:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the Max and Min Values in Pivot Table Rows with Multiple Dimensions</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24641#M4077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like using TOTAL &amp;lt;&amp;gt; instead of Aggr(NODISTINCT and more or less they give the same output.... but more recently I have come across some examples where TOTAL &amp;lt;&amp;gt; doesn't work and I have had to fall back to Aggr(NODISTINCT...).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, my first attempt is usually to get it work using TOTAL &amp;lt;&amp;gt;... if that doesn't work, I fall back to Aggr(NODISTINCT...)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2018 16:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-Max-and-Min-Values-in-Pivot-Table-Rows-with/m-p/24641#M4077</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-14T16:20:38Z</dc:date>
    </item>
  </channel>
</rss>

