<?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 Pivot Table in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51373#M3441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to colored the values every row separately. You can use the expression below for all measures on pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ColorMix2( (hrank(total&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;{{Measure Expression}}&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;)/(NoOfColumns(TOTAL)/2))-1 ,red(), green(),Yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200209_Untitled.png" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that expression, every row color value calculated individually. Highest value is red, lowest value is green and the other values in the row is gradient over yellow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2018 13:01:55 GMT</pubDate>
    <dc:creator>kaanerisen</dc:creator>
    <dc:date>2018-04-19T13:01:55Z</dc:date>
    <item>
      <title>Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51364#M3432</link>
      <description>&lt;P&gt;Hello Guys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need your help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have one pivot table where DATA_BASE is my Dimension, and some rows.&lt;/P&gt;&lt;P&gt;Each row has your specific expression to calc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to find a way to color the values in the row, where highers in red,medium yellow and lowers in green. Making a gradient among them.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My app is attached to understand my view.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much guys!!!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 15:07:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51364#M3432</guid>
      <dc:creator>antoniodneto</dc:creator>
      <dc:date>2019-03-15T15:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51365#M3433</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A couple notes:&lt;/P&gt;&lt;P&gt;1. This is a continuation of a discussion from over here in the extensions streams. I suggested moving it over because it probably can be solved with traditional pivot tables.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/1472624?et=watches.email.thread#1472624" style="font-size: 10pt;" title="https://community.qlik.com/message/1472624?et=watches.email.thread#1472624"&gt;https://community.qlik.com/message/1472624&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Antonio really want to color based upon the range in the column. So, a low value in a column might get a red color, a medium value might get yellow, and a high value might get green. However, this is a challenge because it's the rows that are measures in this case. It's easier to base the color of a cell on its range within the measure. Not sure how this can be done across different measures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. One more complication. Antonio is using the "before" function to look up the value in the prior column. This seems to make it hard to calculate a max and min to base a color range upon. Here's an example of one of his measures (representing a row).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(SUM(RISCO_C_11_14)+SUM(RISCO_D_15_30)) / before(sum({1}RISCO_A_EM_DIA))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2018 14:59:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51365#M3433</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-04-17T14:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51366#M3434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had a little time to work on this. I came up with a solution that I think should work for you. It is not very elegant, but it works. Here's what the table looks like (part of it is cut off).&lt;/P&gt;&lt;P&gt;&lt;IMG alt="84df9afe94774abfa3ef484b064579ae.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200039_84df9afe94774abfa3ef484b064579ae.png" style="height: 250px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Notice that the color ranges over the columns. So, the lowest value in a column will be red, while the highest will be green. Here's how I did it:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a variable for each of your measures in the table. Each one of these variables, M1 through M14 is an exact copy-and-paste of the measure you wrote in the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/200040_Capture.PNG" style="height: 545px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;2. Create vM1_M12_Max and vM1_M12_Min, which are the max and min value for each of the 12 measures. You can see how they are defined in the image above. Note: If you want to include or remove a measure, you'll have to update these variable definitions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Write a background color expression for each measure that finds the relative value of the measure (on the given day) compared to the min and max of all other measures. To get the red-yellow-green color scale I had to split the ColorMix1 expression into two haves: red-to-yellow for low (&amp;lt; 0.5) and yellow-to-green for high (&amp;gt;= 0.5). The colors are defined in variables so they can be easily adjusted. Here's the code for the first measure, all other measures only replace the vM1 part:&lt;/P&gt;&lt;PRE __default_attr="javascript" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15240572249966588 jive_text_macro" jivemacro_uid="_15240572249966588"&gt;
&lt;P style="padding-left: 30px;"&gt;If ( ($(vM1) - $(vM1_M12_Min)) / ($(vM1_M12_Max) - $(vM1_M12_Min)) &amp;lt; 0.5,&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;ColorMix1(&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;($(vM1) - $(vM1_M12_Min)) / ($(vM1_M12_Max) - $(vM1_M12_Min)) * 2&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , $(vColor_Low), $(vColor_Mid)&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColorMix1(&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;(($(vM1) - $(vM1_M12_Min)) / ($(vM1_M12_Max) - $(vM1_M12_Min)) - 0.5) * 2&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , $(vColor_Mid), $(vColor_High)&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully, this is everything you need. It took some work. Good luck.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 13:16:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51366#M3434</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-04-18T13:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51367#M3435</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;Man, you worked hard here, thank you so much for your help, I understand everything you created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One question, I see the gradient between highers and lowers is for the columns but the correct is for the row.&lt;/P&gt;&lt;P&gt;It's complicated to apply by rows not columns?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 13:33:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51367#M3435</guid>
      <dc:creator>antoniodneto</dc:creator>
      <dc:date>2018-04-18T13:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51368#M3436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh man, I really thought that what I did was what you were asking for. It's unfortunate that we didn't understand each other - that was a lot of work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think you could take the same approach for the rows to create a min and max value for a color range. It's too complicated for me to explain, but the "before" function would make it very difficult, if not impossible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My one suggestion is somehow to change the data model with the data load editor so that you somehow "move up" the data that is needed at a given time point to the current time point. So instead of calling before(..) you'd have a field with the same information like "previous_data". If you have that it will be much easier to find the min/max.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you get that, let me know and I'll help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 14:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51368#M3436</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-04-18T14:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51369#M3437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan! I'm trying to find a solution to not use before.&lt;/P&gt;&lt;P&gt;Can you think Can I use something :&lt;/P&gt;&lt;P&gt;sum({$&amp;lt;DATA_BASE={"$(=DATE(MAX(DATA_BASE,2)))"} &amp;gt;} RISCO_A_EM_DIA))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I tried with no sucess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2018 14:32:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51369#M3437</guid>
      <dc:creator>antoniodneto</dc:creator>
      <dc:date>2018-04-18T14:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51370#M3438</link>
      <description>&lt;P&gt;Hi Jonathan!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found one way to remove the BEFORE, I created a new field that brings me what I want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Follow the app attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you think is better to solve?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!!!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 15:08:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51370#M3438</guid>
      <dc:creator>antoniodneto</dc:creator>
      <dc:date>2019-03-15T15:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51371#M3439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you update the version that I uploaded, which has the measures as variables? It will be a lot easier to work with.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 01:12:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51371#M3439</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-04-19T01:12:35Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51372#M3440</link>
      <description>&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here it go!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Only the ninth row and last 2 I couldn't find a way to remove before.&lt;/P&gt;&lt;P&gt;Maybe to color them I can force the values and colors.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much!!&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 15:09:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51372#M3440</guid>
      <dc:creator>antoniodneto</dc:creator>
      <dc:date>2019-03-15T15:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51373#M3441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antonio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to colored the values every row separately. You can use the expression below for all measures on pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ColorMix2( (hrank(total&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;{{Measure Expression}}&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;)/(NoOfColumns(TOTAL)/2))-1 ,red(), green(),Yellow())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200209_Untitled.png" style="height: 146px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With that expression, every row color value calculated individually. Highest value is red, lowest value is green and the other values in the row is gradient over yellow.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 13:01:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51373#M3441</guid>
      <dc:creator>kaanerisen</dc:creator>
      <dc:date>2018-04-19T13:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51374#M3442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, so here's what it looks like:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/200214_Capture.PNG" style="height: 143px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;I updated the variables to reflect the new measures without the "before" function. I couldn't do so with rows 9, 13, or 14, so they don't have a color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what the formula looks like in each:&lt;/P&gt;&lt;PRE __default_attr="php" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_15241439543816182 jive_text_macro" jivemacro_uid="_15241439543816182"&gt;
&lt;P&gt;If ( ($(vM1) - Min(total Aggr($(vM1), DATA_BASE))) / (Max(total Aggr($(vM1), DATA_BASE)) - Min(total Aggr($(vM1), DATA_BASE))) &amp;lt; 0.5, &lt;/P&gt;
&lt;P&gt;ColorMix1(&lt;/P&gt;
&lt;P&gt;($(vM1) - Min(total Aggr($(vM1), DATA_BASE))) / (Max(total Aggr($(vM1), DATA_BASE)) - Min(total Aggr($(vM1), DATA_BASE))) * 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , $(vColor_Low), $(vColor_Mid)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ColorMix1(&lt;/P&gt;
&lt;P&gt;(($(vM1) - Min(total Aggr($(vM1), DATA_BASE))) / (Max(total Aggr($(vM1), DATA_BASE)) - Min(total Aggr($(vM1), DATA_BASE))) - 0.5) * 2&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; , $(vColor_Mid), $(vColor_High)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;)&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The interesting part here is the Aggr expressions. Basically, what I am doing is asking Qlik to apply my measure $(vM1) to each value of the DATA_BASE dimension. Then I take either the Min or the Max of these values. I need the keyword "total" in the Min or Max function to ensure that the AGGR function will work on all values of DATA_BASE and not just the one we are in at this cell value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any questions about how this works. Hopefully, this will solve the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 13:22:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51374#M3442</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-04-19T13:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51375#M3443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, that's good stuff. Wish you'd seen this four days ago. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/blush.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 14:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51375#M3443</guid>
      <dc:creator>jonvitale</dc:creator>
      <dc:date>2018-04-19T14:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51376#M3444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kaan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Great!!! Is exactly what I am looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One question?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I couldn't apply in the rows "EFICIENCIA 151-180/11-30" "YoY CARTEIRA TOTAL" and "YoY CARTEIRA COMERCIAL"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me to solve them?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 14:09:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51376#M3444</guid>
      <dc:creator>antoniodneto</dc:creator>
      <dc:date>2018-04-19T14:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51377#M3445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Kaan!! I GOT!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much for you time, work and patience. Sorry for anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You guys are great!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2018 14:32:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/51377#M3445</guid>
      <dc:creator>antoniodneto</dc:creator>
      <dc:date>2018-04-19T14:32:02Z</dc:date>
    </item>
    <item>
      <title>Re: Color a Pivot Table</title>
      <link>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/1538553#M38882</link>
      <description>&lt;P&gt;That formula is brilliant.&lt;/P&gt;&lt;P&gt;ColorMix2( (hrank(total &lt;STRONG&gt;&lt;EM&gt;{{Measure Expression}} )/(NoOfColumns(TOTAL)/2))-1 ,red(), green(),Yellow())&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To apply it&amp;nbsp; per column (min/max each column), simply replace NoOfColumns with NoOfRows&lt;/P&gt;</description>
      <pubDate>Fri, 01 Feb 2019 16:07:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Color-a-Pivot-Table/m-p/1538553#M38882</guid>
      <dc:creator>colinodonnel</dc:creator>
      <dc:date>2019-02-01T16:07:21Z</dc:date>
    </item>
  </channel>
</rss>

