<?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: Re: Colormix on Pivot table (multiple expressions) in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699907#M252653</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is a new file. Just change the condition to use the Amount of Sales instead of the the years.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Aug 2014 21:40:19 GMT</pubDate>
    <dc:creator>marthacano01</dc:creator>
    <dc:date>2014-08-18T21:40:19Z</dc:date>
    <item>
      <title>Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699900#M252646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I needed assistance using colormix on a pivot table where the generated heat map fills in the colors horizontally across the Year dim found at the top. I can get colormix to work on a column vertically but could not find a setting to make it switch to calculating horizontally. Do I need to manually edit the generated code or is there another way to accomplish this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to attached images. First shows it not working and in the latter I created it in excel to mimic what I required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you had a sample qvw that would really help. Would appreciate your assistance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Colormix Pivot Table.JPG.jpg" class="jive-image" src="/legacyfs/online/64680_Colormix Pivot Table.JPG.jpg" style="width: 620px; height: 56px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Colormix Excel.JPG.jpg" class="jive-image" src="/legacyfs/online/64681_Colormix Excel.JPG.jpg" style="width: 620px; height: 27px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:21:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699900#M252646</guid>
      <dc:creator />
      <dc:date>2014-08-18T20:21:52Z</dc:date>
    </item>
    <item>
      <title>Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699901#M252647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi QlikAsh13,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This may help you:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/189436"&gt;Background color of Pivot Table Labels&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:30:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699901#M252647</guid>
      <dc:creator>amit_saini</dc:creator>
      <dc:date>2014-08-18T20:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699902#M252648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;click on the dimension or expression for year and select background color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the definition for background color, input the expression that dictates the colors. something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(sum(Sales)&amp;lt;500000, rgb(255,0,0),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum(Sales)&amp;gt;600000, rgb(0,255,0),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rgb(0,0,255)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that should change the background color. modify the values and the expression itself to suit your logic. for colors, you can use argb() or color() or white()/red(), etc. instead of rgb().&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699902#M252648</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-08-18T20:32:35Z</dc:date>
    </item>
    <item>
      <title>Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699903#M252649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through it but unfortunately it's similar to what I had originally done. The problem is that with these instances we are hard coding the min, intermediate and max rgb colours so it isn't mixing the colours like in a heat map for any values in between what we hard code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699903#M252649</guid>
      <dc:creator />
      <dc:date>2014-08-18T20:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699904#M252650</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;Thank you for this. Please refer to reply to Amit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried this originally but it doesn't "mix" colours for values in between like in a heat map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:48:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699904#M252650</guid>
      <dc:creator />
      <dc:date>2014-08-18T20:48:36Z</dc:date>
    </item>
    <item>
      <title>Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699905#M252651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I hope it helps you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 20:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699905#M252651</guid>
      <dc:creator>marthacano01</dc:creator>
      <dc:date>2014-08-18T20:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699906#M252652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer to attached pic. You will find a blend of colours between red, yellow and green (heat map) which I can get to work on a straight table but applying this concept on a pivot where the data runs horizontally and not vertically doesn't seem to work. What you suggested is what I first did but then you lose the mix of in-between colours.&lt;IMG alt="Colourmix Straight table.JPG.jpg" class="jive-image" src="/legacyfs/online/64685_Colourmix Straight table.JPG.jpg" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 21:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699906#M252652</guid>
      <dc:creator />
      <dc:date>2014-08-18T21:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699907#M252653</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is a new file. Just change the condition to use the Amount of Sales instead of the the years.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Aug 2014 21:40:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699907#M252653</guid>
      <dc:creator>marthacano01</dc:creator>
      <dc:date>2014-08-18T21:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699908#M252654</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;Please find attached file for solution.&amp;nbsp; Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 03:20:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699908#M252654</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-08-19T03:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699909#M252655</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you Martha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I suppose in addition to this, I can make it a bit more dynamic like what Jagan has also suggested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 07:57:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699909#M252655</guid>
      <dc:creator />
      <dc:date>2014-08-19T07:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699910#M252656</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me try it and revert...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Aug 2014 07:58:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699910#M252656</guid>
      <dc:creator />
      <dc:date>2014-08-19T07:58:02Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699911#M252657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Jagan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think I just need to amend this slightly so three colours can be produced (red, amber, green).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 07:55:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699911#M252657</guid>
      <dc:creator />
      <dc:date>2014-08-20T07:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699912#M252658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Thanks Jagan.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;I think I just need to amend this slightly so three colours can be produced (red, amber, green).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f6f6f6;"&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Aug 2014 07:55:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699912#M252658</guid>
      <dc:creator />
      <dc:date>2014-08-20T07:55:45Z</dc:date>
    </item>
    <item>
      <title>Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699913#M252659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jagan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way of not fixing the color of the first row?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You used this expression:&lt;/P&gt;&lt;P&gt;=&lt;STRONG&gt;If(RowNo() = 1, RGB(255, 0, 0)&lt;/STRONG&gt;,&amp;nbsp; &lt;/P&gt;&lt;P&gt;If([Sales] &amp;lt;= vAvgYearlySales, RGB(1* ([Sales]/1000), 0,0), RGB(0, 1* ([Sales]/1000), 0)))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I delette the bold section, hopping to free the color of the first row&amp;nbsp; QV pop up an error about exceeding the asigned memory... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699913#M252659</guid>
      <dc:creator>camilo</dc:creator>
      <dc:date>2014-11-04T19:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Colormix on Pivot table (multiple expressions)</title>
      <link>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699914#M252660</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 like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;If(RowNo() = 1, RGB(255, 255, 255)&lt;/STRONG&gt;, &lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;If([Sales] &amp;lt;= vAvgYearlySales, RGB(1* ([Sales]/1000), 0,0), RGB(0, 1* ([Sales]/1000), 0)))&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;RGB(255, 255, 255) - White the default color&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-family: inherit; font-style: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Nov 2014 01:51:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colormix-on-Pivot-table-multiple-expressions/m-p/699914#M252660</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-11-05T01:51:32Z</dc:date>
    </item>
  </channel>
</rss>

