<?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: Background color in pivot table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890142#M1016235</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;if(Category = 'Revenue', RGB(150,220,100), if(Category = 'Sales Forecast', RGB(150,150,150), Null()))&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; line-height: 1.5em;"&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; line-height: 1.5em;"&gt;is creating the format that I want, but the issue is with performance that it seems to be evaluating the expression for each value in the Fact table and not for each value in the pivot table.&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; line-height: 1.5em;"&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; line-height: 1.5em;"&gt;Best,&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; line-height: 1.5em;"&gt;Daniel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Apr 2015 18:44:10 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-04-09T18:44:10Z</dc:date>
    <item>
      <title>Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890134#M1016221</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 have a pivot table like this one:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="pivot.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/83234_pivot.png" style="height: 55px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This pivot table is an aggregation of a big amount of rows(not in the example file).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The table is working fine when I don't set the expression for the background color. It's fast. Once I put one of these expressions, the ui becomes busy until is able to highlight the cells and it uses a lot of extra memory(without the color expression is using 180 mb and with the color expression, more that 4 GB of RAM!):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Category = 'Revenue', RGB(150,220,100), if(Category = 'Sales Forecast', RGB(150,150,150), Null()))&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;if(only(Category) = 'Revenue', RGB(150,220,100), if(only(Category) = 'Sales Forecast', RGB(150,150,150), Null()))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It seems that Qlikview es evaluating the color expression for each value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to highlight the cells depending on the end result and not for each value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 17:44:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890134#M1016221</guid>
      <dc:creator />
      <dc:date>2015-04-09T17:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890135#M1016223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure what you mean when you say this:&lt;STRONG&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Is there a way to highlight the cells depending on the end result and not for each value?&lt;/STRONG&gt; Can you give an example?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 17:56:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890135#M1016223</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T17:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890136#M1016225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel Miguel-Perez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please attach the file. So that it will be easy to give u exact&lt;/P&gt;&lt;P&gt;and correct result/output u want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepac Bangarwa&lt;/P&gt;&lt;P&gt;On Apr 9, 2015 11:14 PM, "Daniel Miguel-Perez" &amp;lt;qcwebmaster@qlikview.com&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:01:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890136#M1016225</guid>
      <dc:creator />
      <dc:date>2015-04-09T18:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890137#M1016227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mean based on the final result of the table aggregation. For example, in the image I posted I have 3 Categories * 5 Months -&amp;gt; 15 cells. I want to be able to &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;highlight the cells based on these 15 cells and it looks like Qlikview is evaluating the color expression for each row in my fact table, which is a huge amount.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890137#M1016227</guid>
      <dc:creator />
      <dc:date>2015-04-09T18:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890138#M1016229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you looking for something like this? PFA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used the following condition to get this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if(Column(1) &amp;lt; 1.5, RGB(150,220,100), if(Column(1) &amp;lt; 2, RGB(150,150,150), Null()))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="83226" alt="Cell Color.PNG" class="jive-image image-1" src="/legacyfs/online/83226_Cell Color.PNG" style="height: 112px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890138#M1016229</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T18:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890139#M1016231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;No, I thinks you are coloring based on the measure value.&lt;/P&gt;&lt;P&gt;I want to color the cell if Category Dimension is a certain value. &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;if(Category = 'Revenue', RGB(150,220,100), if(Category = 'Sales Forecast', RGB(150,150,150), Null()))&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;&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;Thanks,&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;Daniel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890139#M1016231</guid>
      <dc:creator />
      <dc:date>2015-04-09T18:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890140#M1016233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What would that certain value be? You will need to nest the condition for that certain value within your existing if statement expression. Does that make sense? &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;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890140#M1016233</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T18:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890141#M1016234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Category = 'Revenue', If(Column(1) &amp;lt; 2, RGB(150,220,100)), If(Category = 'Sales Forecast', If(Column(1) &amp;lt; 2, RGB(150,150,150))))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:40:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890141#M1016234</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T18:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890142#M1016235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; line-height: 1.5em;"&gt;if(Category = 'Revenue', RGB(150,220,100), if(Category = 'Sales Forecast', RGB(150,150,150), Null()))&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; line-height: 1.5em;"&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; line-height: 1.5em;"&gt;is creating the format that I want, but the issue is with performance that it seems to be evaluating the expression for each value in the Fact table and not for each value in the pivot table.&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; line-height: 1.5em;"&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; line-height: 1.5em;"&gt;Best,&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; line-height: 1.5em;"&gt;Daniel&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:44:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890142#M1016235</guid>
      <dc:creator />
      <dc:date>2015-04-09T18:44:10Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890143#M1016236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got it, Sorry for the confusion. So you are trying to make this expression more efficient so that it takes less system resources?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890143#M1016236</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T18:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890144#M1016237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try doing something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should help the performance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Facts:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category, Month, Amount&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 201401, 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 201401, 1.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 201401, 1.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 201402, 1.3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 201402, 1.4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 201402, 1.5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 201403, 1.6&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 201403, 1.7&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 201403, 1.8&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 201404, 1.9&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 201404, 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 201404, 2.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 201405, 2.2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 201405, 2.3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 201405, 2.4&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Color:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category, R, G, B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 255, 255, 255&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 150, 220, 100&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 150, 150, 150&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expression for Background Color: &lt;STRONG&gt;RGB(R, G, B)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 18:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890144#M1016237</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T18:49:40Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890145#M1016238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Performance is the same with this approach. It seems to be evaluating RGB(R,G,B) for each value in the Fact Table even when this info is in the Category table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:18:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890145#M1016238</guid>
      <dc:creator />
      <dc:date>2015-04-09T19:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890146#M1016239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thinking out loud, what if you join this in the back end (instead of keeping it as a separate table):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Facts:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category, Month, Amount&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 201401, 1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 201401, 1.1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 201401, 1.2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 201402, 1.3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 201402, 1.4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 201402, 1.5&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 201403, 1.6&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 201403, 1.7&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 201403, 1.8&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 201404, 1.9&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 201404, 2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 201404, 2.1&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 201405, 2.2&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 201405, 2.3&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 201405, 2.4&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Join (Facts)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD * INLINE [&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category, R, G, B&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Factory Forecast, 255, 255, 255&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Revenue, 150, 220, 100&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales Forecast, 150, 150, 150&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Best,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 19:20:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890146#M1016239</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-09T19:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890147#M1016240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepac,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I prepared a better example.&lt;/P&gt;&lt;P&gt;Please find attached a similar example with more data. The color expression for the measures are commented, if you uncomment the code you should see a delay to highlight the rows, especially in the second chart .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Apr 2015 20:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890147#M1016240</guid>
      <dc:creator />
      <dc:date>2015-04-09T20:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890148#M1016241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't improve the performance either.&lt;/P&gt;&lt;P&gt;I posted a file with a more representative example(more data).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Apr 2015 22:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890148#M1016241</guid>
      <dc:creator />
      <dc:date>2015-04-13T22:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890149#M1016242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will have a look at it today and see if I can find a better solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Sunny&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 10:08:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890149#M1016242</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2015-04-14T10:08:27Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890150#M1016243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Daniel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you found a solution for this yet?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the same issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;P&gt;Jandre Killian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 11:04:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890150#M1016243</guid>
      <dc:creator />
      <dc:date>2016-11-08T11:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890151#M1016244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tired using 'Custom format cell' ?&lt;/P&gt;&lt;P&gt;I do not know if it will consume less memory but it is it will show color only upon selection.&lt;/P&gt;&lt;P&gt;After adding the color expression the size of your file increased to 40+mb but I do not how it will perform at your end.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Right click on any cell&amp;gt; Custom format cell&amp;gt; add custom color (your expression)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 18:53:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890151#M1016244</guid>
      <dc:creator>MK9885</dc:creator>
      <dc:date>2016-11-08T18:53:24Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890152#M1016245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arvind&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wont be able to use Custom Format Cell, Also i tried this without any Calculation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IE Rgb(255,0,0) as a background color - and uses much more ram then the amount needed to generate the table. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My chart consumes 10GB ram to open - without any selections. Adding the background color on expression uses more than 80GB to generate the same chart with only &lt;SPAN style="font-size: 13.3333px;"&gt;Rgb(255,0,0) as a background color - so im not performing any calculations. I also tried this on the dimension background color as a work around. Sadly this gave me the same results. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Jandre&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2016 18:59:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890152#M1016245</guid>
      <dc:creator />
      <dc:date>2016-11-08T18:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in pivot table</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890153#M1016246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jandré,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found a workaround that performs better that the first solution, but I don't know how it will perform with 10GB charts.&lt;/P&gt;&lt;P&gt;Basically I added a new calculation for each value in the Category dimension. In that what I just had to set a fix background color value for each calculation. See the V2 chart in the attached file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2016 23:58:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-pivot-table/m-p/890153#M1016246</guid>
      <dc:creator />
      <dc:date>2016-11-10T23:58:46Z</dc:date>
    </item>
  </channel>
</rss>

