<?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: Coloring the background cells in Pivot Table based on value in cell in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597187#M1114570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use following highlighted Background Color property to write an expression. You can write expression over there and you may also use RGB() function to exact color code match. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="BG.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53357_BG.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sanket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Feb 2014 04:21:47 GMT</pubDate>
    <dc:creator>sanketkhunte</dc:creator>
    <dc:date>2014-02-18T04:21:47Z</dc:date>
    <item>
      <title>Coloring the background cells in Pivot Table based on value in cell</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597183#M1114566</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;I have dimensions listed s RegionLevel1, RegionLevel2, RegionLevel3 and "TestCases" in Dimensions.&lt;/P&gt;&lt;P&gt;In expressions, I have TestStatus which has values/data as "Open","Fixed","Closed" and "Reopen".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created the Pivot table and data is appearing as I expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I want to clour the data cells with different colors-"Red","Yellow","Green","Blue".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where should I do it and How do I do it?&lt;/P&gt;&lt;P&gt;I have looked at Visual Cues but it needs numeric values where as I have text values in my data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could you help me in setting background color for data cells based on values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 19:38:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597183#M1114566</guid>
      <dc:creator />
      <dc:date>2014-02-17T19:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the background cells in Pivot Table based on value in cell</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597184#M1114567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There should be a plus button to the left of your TestStatus expression.&amp;nbsp; Click that plus, then in Background Color you can write an expression to color your stuff, such as:&lt;/P&gt;&lt;P&gt;pick(match(TestStatus, 'Open', 'Fixed', 'Closed', 'Reopen'), red(), yellow(), green(), blue())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 19:45:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597184#M1114567</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-17T19:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the background cells in Pivot Table based on value in cell</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597185#M1114568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try below code:&lt;/P&gt;&lt;P&gt;In Background of an expression&lt;/P&gt;&lt;P&gt;If ( Status is = "Open",lightred())&lt;/P&gt;&lt;P&gt;If ( Status is = "Fixed",lightcyan())&lt;/P&gt;&lt;P&gt;If ( Status is = "Closed" ,lightgreen())&lt;/P&gt;&lt;P&gt;If ( Status is = "Reopen",lightblue())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or try with nested if's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Feb 2014 20:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597185#M1114568</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-17T20:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the background cells in Pivot Table based on value in cell</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597186#M1114569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;Expression--&amp;gt; +---&amp;gt;maje it - then---&amp;gt;Bgcolor---then in the def write like this&lt;/P&gt;&lt;P&gt;Use Pick(match(fieldname,'Open','Closed','Fixed'),&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12.800000190734863px;"&gt;rgb(255,255,255), rgb(110,210,120),Green()).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-------Use like. It&amp;nbsp; gives performance wise better than nested if.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope helps you.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Mahesh T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 03:57:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597186#M1114569</guid>
      <dc:creator />
      <dc:date>2014-02-18T03:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the background cells in Pivot Table based on value in cell</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597187#M1114570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prasad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use following highlighted Background Color property to write an expression. You can write expression over there and you may also use RGB() function to exact color code match. &lt;/P&gt;&lt;P&gt;&lt;IMG alt="BG.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/53357_BG.PNG.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sanket&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 04:21:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597187#M1114570</guid>
      <dc:creator>sanketkhunte</dc:creator>
      <dc:date>2014-02-18T04:21:47Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the background cells in Pivot Table based on value in cell</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597188#M1114571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks all very much for your quick responses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I know where to make the change&amp;nbsp; "Expression &amp;gt; + &amp;gt; Background Color" and what to write in the "Definition" - Pick(Match...) &amp;amp; If options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried both and it worked.&lt;/P&gt;&lt;P&gt;I also liked the 'light' colors &amp;amp; rgb options.&lt;/P&gt;&lt;P&gt;It would be nice to have a&amp;nbsp; readily available list of colors/ rgb combinations and how they look. Do you have any?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 13:36:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597188#M1114571</guid>
      <dc:creator />
      <dc:date>2014-02-18T13:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the background cells in Pivot Table based on value in cell</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597189#M1114572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;go for caption tab and u can get diffrent colors and rgb values find the attachemnet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 13:42:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597189#M1114572</guid>
      <dc:creator />
      <dc:date>2014-02-18T13:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the background cells in Pivot Table based on value in cell</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597190#M1114573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fantastic!. Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 13:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597190#M1114573</guid>
      <dc:creator />
      <dc:date>2014-02-18T13:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: Coloring the background cells in Pivot Table based on value in cell</title>
      <link>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597191#M1114574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tend to use these two sites when choosing colors:&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" title="http://www.colorpicker.com/"&gt;http://www.colorpicker.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" title="http://tools.medialab.sciences-po.fr/iwanthue/index.php"&gt;http://tools.medialab.sciences-po.fr/iwanthue/index.php&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Feb 2014 13:57:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Coloring-the-background-cells-in-Pivot-Table-based-on-value-in/m-p/597191#M1114574</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2014-02-18T13:57:06Z</dc:date>
    </item>
  </channel>
</rss>

