<?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 Colours in pivot table for one column in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colours-in-pivot-table-for-one-column/m-p/339215#M494110</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;How to give one colour for entire colour(back ground) in pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Apr 2012 13:00:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-05T13:00:04Z</dc:date>
    <item>
      <title>Colours in pivot table for one column</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-pivot-table-for-one-column/m-p/339215#M494110</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;How to give one colour for entire colour(back ground) in pivot table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;ba&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 13:00:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-pivot-table-for-one-column/m-p/339215#M494110</guid>
      <dc:creator />
      <dc:date>2012-04-05T13:00:04Z</dc:date>
    </item>
    <item>
      <title>Colours in pivot table for one column</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-pivot-table-for-one-column/m-p/339216#M494111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;You can use&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the function&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;ColumnNo&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;() to set&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;the background color&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;as desired&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;Ex.: &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;In your expression / background color&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN lang="en"&gt;&lt;SPAN class="hps"&gt;IF(ColumnNo() = 3, RGB(230,230,230), RGB(255,255,255))&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 13:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-pivot-table-for-one-column/m-p/339216#M494111</guid>
      <dc:creator />
      <dc:date>2012-04-05T13:37:05Z</dc:date>
    </item>
    <item>
      <title>Colours in pivot table for one column</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-pivot-table-for-one-column/m-p/339217#M494112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Expand the expression in the properties dialogue box and click on background.&amp;nbsp; Enter a Colour (e.g. LightRed()) in the definition window, or RGB(x,y,z) or any other expression that resolves to some kind of colour setting (see F1 help for the possible colour functions)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoep this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jason&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Apr 2012 13:38:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-pivot-table-for-one-column/m-p/339217#M494112</guid>
      <dc:creator>Jason_Michaelides</dc:creator>
      <dc:date>2012-04-05T13:38:30Z</dc:date>
    </item>
    <item>
      <title>Colours in pivot table for one column</title>
      <link>https://community.qlik.com/t5/QlikView/Colours-in-pivot-table-for-one-column/m-p/339218#M494113</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;Expand the Background color expression and give the below expression &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=RGB(255, 0, 0) for red&lt;/P&gt;&lt;P&gt;=RGB(0, 255, 0) for green&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this 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>Thu, 05 Apr 2012 13:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colours-in-pivot-table-for-one-column/m-p/339218#M494113</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-04-05T13:55:00Z</dc:date>
    </item>
  </channel>
</rss>

