<?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: ColorMix in Matrix PivotTable in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45312#M3058</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, ColorMix1 makes sense for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure how I should build the formula then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This&lt;/P&gt;&lt;P&gt;colorMix1(&amp;nbsp; Max(Aggr([Shipment no], [Weight Band], [Zone]) / count([Shipment no])),rgb(0,70,155), rgb(204,224,238))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is not giving a usable solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Apr 2018 10:41:42 GMT</pubDate>
    <dc:creator>markus_dreuw</dc:creator>
    <dc:date>2018-04-03T10:41:42Z</dc:date>
    <item>
      <title>ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45304#M3050</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;I want to highlight values in a pivot table which is build as follows:&lt;/P&gt;&lt;P&gt;lines: different weight bands&lt;/P&gt;&lt;P&gt;columns: different destintations/zones&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198217_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;I currently use the following formula:&lt;/P&gt;&lt;P&gt;ColorMix2( (rank(total column(1))/(noofrows(TOTAL)/2))-1 ,rgb(0,70,155), rgb(204,224,238),rgb(242,242,242))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This one is only referencing on each single row.&lt;/P&gt;&lt;P&gt;I want it to reference on the whole matrix, so that eg. zone 5 / weight 301-400kg = 5 and zone 6 / weight 801-900kg = 5 are shown with the same background color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which expression do I need to use for that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 07:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45304#M3050</guid>
      <dc:creator>markus_dreuw</dc:creator>
      <dc:date>2018-04-03T07:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45305#M3051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus, I think it's because the "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;noofrows(TOTAL)" it's returning a different value by column, can you check adding it to a new expression?&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;In that case maybe you can try with "Count(TOTAL FieldName)" or similar that returns the same value in all cells.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 08:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45305#M3051</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-03T08:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45306#M3052</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;with Count (TOTAL ...) I get the followin:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198225_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Unfortunately not what I need &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 08:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45306#M3052</guid>
      <dc:creator>markus_dreuw</dc:creator>
      <dc:date>2018-04-03T08:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45307#M3053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know why it's not working, can you share a sample?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or maybe creating a variable with "=Count(FieldName)" and the expression "$(VariableName)"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 08:43:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45307#M3053</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-03T08:43:02Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45308#M3054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not allowed to share due to comapny policies...&lt;/P&gt;&lt;P&gt;the formula for the above shown screenshot is:&lt;/P&gt;&lt;P&gt;ColorMix2( (rank(total column(1))/(count(TOTAL [Shipment no])/2))-1 ,rgb(0,70,155), rgb(204,224,238),rgb(242,242,242))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I rearranged the formula as follows:&lt;/P&gt;&lt;P&gt;ColorMix2( (rank(total count ([Shipment no]))/(Count( [Shipment no])))-1 ,rgb(0,70,155), rgb(204,224,238),rgb(242,242,242))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this is giving me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198226_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This looks better now bit still there are different colors for same values (e.g. 3) and the higher values all have the same color...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 09:42:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45308#M3054</guid>
      <dc:creator>markus_dreuw</dc:creator>
      <dc:date>2018-04-03T09:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45309#M3055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what's the calculated expression? the one that shows the number is also a rank expression? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 09:53:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45309#M3055</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-03T09:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45310#M3056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think I need the rank for the ColorMix2 formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The calculated expression is the number of shipments or data sets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like in an excel pivot table I have e.g. total amount of shipments = 12.830&lt;/P&gt;&lt;P&gt;Filling in the lines, I will see the amounts per weight band.&lt;/P&gt;&lt;P&gt;Adding the Zones as well, I see how many shipments I have per zone / weight band combination. I total they add-up to 12.830.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe the formula stated in the beginning is wrong.. that was just my first unsuccessful try...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 10:02:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45310#M3056</guid>
      <dc:creator>markus_dreuw</dc:creator>
      <dc:date>2018-04-03T10:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45311#M3057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe calculating the percentaje as:&lt;/P&gt;&lt;P&gt;[Shipments of Cell]/[Max Cell value]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Max cell value you can use aggr:&lt;/P&gt;&lt;P&gt;Max(Aggr([Expression for shipments of cell], Dimension1, diemnsion2...))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use a variable to store the expression and use this variable in expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, colormix2 is used when you want to use 3 colors using values from -1 to 0 to 1, if there will be no negative values, for going to light grey to blue you can use a simpler ColorMix1:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/color-functions-charts.htm" title="https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/color-functions-charts.htm"&gt;https://help.qlik.com/en-US/sense/February2018/Subsystems/Hub/Content/ChartFunctions/ColorFunctions/color-functions-char…&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 10:12:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45311#M3057</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-03T10:12:10Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45312#M3058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, ColorMix1 makes sense for sure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not sure how I should build the formula then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This&lt;/P&gt;&lt;P&gt;colorMix1(&amp;nbsp; Max(Aggr([Shipment no], [Weight Band], [Zone]) / count([Shipment no])),rgb(0,70,155), rgb(204,224,238))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is not giving a usable solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 10:41:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45312#M3058</guid>
      <dc:creator>markus_dreuw</dc:creator>
      <dc:date>2018-04-03T10:41:42Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45313#M3059</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;colorMix1(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;count([Shipment no])/&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Max(TOTAL Aggr(count([Shipment no]), [Weight Band], [Zone])),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;rgb(0,70,155), rgb(204,224,238))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; 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-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Maybe colors have to be switched.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 10:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45313#M3059</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-03T10:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45314#M3060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you. this is working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One minor thing:&lt;/P&gt;&lt;P&gt;Now it is reffering to all weight bands existing in the data set.&lt;/P&gt;&lt;P&gt;When I filter on specific values, the colors stay the same.&lt;/P&gt;&lt;P&gt;Can that be adjusted as well? Maybe with {$}?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 11:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45314#M3060</guid>
      <dc:creator>markus_dreuw</dc:creator>
      <dc:date>2018-04-03T11:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45315#M3061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If there is no set analisys, the default is {$}. Maybe I'm missing something but the only reason I see now is that the selected values includes the max cell value, if the value remains the same the % that assignes the color returns the same result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But maybe you are looking for something based on rank like:&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;ColorMix1(&lt;/SPAN&gt;Aggr(Rank(TOTAL C&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ount([Shipment no])&lt;/SPAN&gt;,1,1), D1, D2)/Max(&lt;SPAN style="font-size: 13.3333px;"&gt;Aggr(Rank(TOTAL C&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;ount([Shipment no])&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;,1,4), D1, D2))&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, rgb(204,224,238)&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;rgb(0,70,155))&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 11:50:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45315#M3061</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-03T11:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45316#M3062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This only gives me the rgb(0,70,155) in all cells if I set&lt;/P&gt;&lt;P&gt;[Weight Band] for D1&amp;nbsp; and&lt;/P&gt;&lt;P&gt;[Zone] for D2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 11:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45316#M3062</guid>
      <dc:creator>markus_dreuw</dc:creator>
      <dc:date>2018-04-03T11:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45317#M3063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, should be a TOTAL in the max:&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;/Max(&lt;STRONG&gt;TOTAL &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Aggr(Rank(TOTAL C&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ount([Shipment no])&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;,1,1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px; 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: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;And m&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;aybe colors have to be switched.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 12:04:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45317#M3063</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-03T12:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45318#M3064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but with...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ColorMix1(Aggr(Rank(TOTAL Count([Shipment no]),1,1), [Weight Band], [Zone])/&lt;/P&gt;&lt;P&gt;Max(TOTAL Aggr(Rank(TOTAL Count([Shipment no]),1,4), [Weight Band], [Zone])),&lt;/P&gt;&lt;P&gt;rgb(0,70,155),rgb(256,256,256))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I get:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/198258_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Columns 7 and 8 each show a "2", One is white, the other is blue-ish?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 12:23:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45318#M3064</guid>
      <dc:creator>markus_dreuw</dc:creator>
      <dc:date>2018-04-03T12:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: ColorMix in Matrix PivotTable</title>
      <link>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45319#M3065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Best option is to split the expression in two, and check if the values in each part of the division are the expected values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters for Rank should be the same in both parts of the division. (1,1 or 1,4)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 13:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/ColorMix-in-Matrix-PivotTable/m-p/45319#M3065</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-04-03T13:49:43Z</dc:date>
    </item>
  </channel>
</rss>

