<?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: How to put background color in a pivot table using expression ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139009#M509928</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jul 2018 12:06:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-07-13T12:06:06Z</dc:date>
    <item>
      <title>How to put background color in a pivot table using expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139003#M509922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to highlight the cells in expression columns (Design, Vendor runoff &amp;amp; Launch) with yellow if the value of document is 'P', in a pivot table using visual cues.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/207789_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please assist. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 11:15:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139003#M509922</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T11:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to put background color in a pivot table using expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139004#M509923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So, if any of the three expression have P, you would want to highlight the complete row? or are you looking to just highlight the cell with P in it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 11:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139004#M509923</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-13T11:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to put background color in a pivot table using expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139005#M509924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just that cell....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 11:21:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139005#M509924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T11:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to put background color in a pivot table using expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139006#M509925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for background color expressions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Design expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Design] = 'P', LightRed())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For Vendor runoff expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Vendor runoff] = 'P', LightRed())&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;For Launch expression&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If([Launch] = 'P', LightRed())&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 11:23:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139006#M509925</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-13T11:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to put background color in a pivot table using expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139007#M509926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried these expressions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is where in pivot table I should put these expressions ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 11:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139007#M509926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T11:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to put background color in a pivot table using expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139008#M509927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It should be on the Expressions tab under Background Color or Text Color.. depending on what you want to color...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 11:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139008#M509927</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-13T11:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to put background color in a pivot table using expression ?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139009#M509928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jul 2018 12:06:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-put-background-color-in-a-pivot-table-using-expression/m-p/139009#M509928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-07-13T12:06:06Z</dc:date>
    </item>
  </channel>
</rss>

