<?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 a pivot table expression label problem in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374213#M494444</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fantastic ..... thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Martins Samsung Mobileleocvaz &amp;lt;qcwebmaster@qlik.com&amp;gt; wrote:QlikCommunity&lt;/P&gt;&lt;P&gt;Re: Background color in a pivot table expression label problem&lt;/P&gt;&lt;P&gt;created by leocvaz in Development (QlikView Desktop) - View the full discussion&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I had the same problem. I made a workaround that worked in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - In presentation put the sub total on top&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - in the backgroud color of the expression test the dimensionality (do not color the subtotal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The subtotal row works like a barrier for the colored cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email -or- go to the message on QlikCommunity&lt;/P&gt;&lt;P&gt;Start a new discussion in Development (QlikView Desktop) by email or at QlikCommunity&lt;/P&gt;&lt;P&gt;© 1993-2011 QlikTech International AB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Copyright &amp;amp; Trademarks | Privacy | Terms of Use | Software EULA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Nov 2012 18:23:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-11-23T18:23:02Z</dc:date>
    <item>
      <title>Background color in a pivot table expression label problem</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374209#M494440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone been able to solve the issue of the background colour that shows up in the expression label. &lt;/P&gt;&lt;P&gt;This colour is the same as the column on the left of the pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my code as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(((column(3)- column(4))&amp;lt;= -0.10),rgb(199,255,193),&lt;/P&gt;&lt;P&gt;if(((column(3)- column(4))&amp;gt; -0.10 and (column(3)- column(4))&amp;lt;=0),rgb(0,127,0),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; if(((column(3)- column(4))&amp;gt;0 and (column(3)- column(4))&amp;lt;=0.049),rgb(215,180,40),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if((column(3)- column(4))&amp;gt;=0.05,rgb(255,0,0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; ))))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 7 columns as expressions which are shown on the left of the pivot table&lt;/P&gt;&lt;P&gt;and one dimension showing on the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the very last expression is highlighted as per the color expression above but this also highlights the &lt;/P&gt;&lt;P&gt;expression label column which is labeled 'RAG % Diff'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ive also tried to used Dimensionality() =0 and rownno() = 0 and changing the to 1 to see what the results are but&lt;/P&gt;&lt;P&gt;still no joy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I could use visual cues, but i need to have 4 colours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 15:41:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374209#M494440</guid>
      <dc:creator />
      <dc:date>2012-03-28T15:41:00Z</dc:date>
    </item>
    <item>
      <title>Background color in a pivot table expression label problem</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374210#M494441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is still a problem in QV 11.&amp;nbsp; I haven't found a good way to get around it yet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Mar 2012 18:14:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374210#M494441</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2012-03-28T18:14:29Z</dc:date>
    </item>
    <item>
      <title>Background color in a pivot table expression label problem</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374211#M494442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; thanks for that Karl...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My solution may be to add another dimension and hide the coloured column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2012 07:26:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374211#M494442</guid>
      <dc:creator />
      <dc:date>2012-03-29T07:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in a pivot table expression label problem</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374212#M494443</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;&amp;nbsp; I had the same problem. I made a workaround that worked in my case.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - In presentation put the sub total on top&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - in the backgroud color of the expression test the dimensionality (do not color the subtotal)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The subtotal row works like a barrier for the colored cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 13:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374212#M494443</guid>
      <dc:creator>leocvaz</dc:creator>
      <dc:date>2012-11-23T13:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Background color in a pivot table expression label problem</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374213#M494444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;fantastic ..... thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sent from Martins Samsung Mobileleocvaz &amp;lt;qcwebmaster@qlik.com&amp;gt; wrote:QlikCommunity&lt;/P&gt;&lt;P&gt;Re: Background color in a pivot table expression label problem&lt;/P&gt;&lt;P&gt;created by leocvaz in Development (QlikView Desktop) - View the full discussion&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I had the same problem. I made a workaround that worked in my case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - In presentation put the sub total on top&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; - in the backgroud color of the expression test the dimensionality (do not color the subtotal)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The subtotal row works like a barrier for the colored cells.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reply to this message by replying to this email -or- go to the message on QlikCommunity&lt;/P&gt;&lt;P&gt;Start a new discussion in Development (QlikView Desktop) by email or at QlikCommunity&lt;/P&gt;&lt;P&gt;© 1993-2011 QlikTech International AB&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Copyright &amp;amp; Trademarks | Privacy | Terms of Use | Software EULA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Nov 2012 18:23:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color-in-a-pivot-table-expression-label-problem/m-p/374213#M494444</guid>
      <dc:creator />
      <dc:date>2012-11-23T18:23:02Z</dc:date>
    </item>
  </channel>
</rss>

