<?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 colour in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/background-colour/m-p/982063#M335212</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;please try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(fieldname ={value},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;rgb(255,255,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( RowNo() = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;{value}&lt;/SPAN&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;rgb(255,255,0)&lt;/SPAN&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 06 Sep 2015 10:46:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-09-06T10:46:39Z</dc:date>
    <item>
      <title>background colour</title>
      <link>https://community.qlik.com/t5/QlikView/background-colour/m-p/982059#M335208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'd like to define a specific background colour for the total Column of a pivot table (see the file attached). How can I do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Larisa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2015 10:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-colour/m-p/982059#M335208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-06T10:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: background colour</title>
      <link>https://community.qlik.com/t5/QlikView/background-colour/m-p/982060#M335209</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;goto expression tab - expand expression (click +) -&amp;nbsp; background -&amp;nbsp; give =rgb(255,255,0)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2015 10:26:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-colour/m-p/982060#M335209</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-06T10:26:39Z</dc:date>
    </item>
    <item>
      <title>Re: background colour</title>
      <link>https://community.qlik.com/t5/QlikView/background-colour/m-p/982061#M335210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I know about this possibility. But what I mean is a bit different.&lt;/P&gt;&lt;P&gt;I wat to set a certian colour for Total column ONLY, but not for the whole expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2015 10:34:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-colour/m-p/982061#M335210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-06T10:34:55Z</dc:date>
    </item>
    <item>
      <title>Re: background colour</title>
      <link>https://community.qlik.com/t5/QlikView/background-colour/m-p/982062#M335211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can test for being in the Total Column (which programatically could be the Row if you have moved the dimension around in your pivot) by doing this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(the expession for the background color)&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; If( RowNo() = 0 , Yellow() )&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2015 10:41:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-colour/m-p/982062#M335211</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2015-09-06T10:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: background colour</title>
      <link>https://community.qlik.com/t5/QlikView/background-colour/m-p/982063#M335212</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;please try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(fieldname ={value},&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;rgb(255,255,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If( RowNo() = &lt;SPAN style="font-size: 13.3333330154419px;"&gt;{value}&lt;/SPAN&gt;, &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;rgb(255,255,0)&lt;/SPAN&gt; )&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2015 10:46:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-colour/m-p/982063#M335212</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-06T10:46:39Z</dc:date>
    </item>
    <item>
      <title>Re: background colour</title>
      <link>https://community.qlik.com/t5/QlikView/background-colour/m-p/982064#M335213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Sep 2015 10:49:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/background-colour/m-p/982064#M335213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-06T10:49:20Z</dc:date>
    </item>
  </channel>
</rss>

