<?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 Background color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121336#M914033</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table and a dimmension called &lt;STRONG&gt;Scenario&lt;/STRONG&gt;, and on this dimension I used Background color like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(Scenario = 'B',rgb(165,219,147),if(Scenario='R',rgb(232,208,232),rgb(252,101,29)))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The problem is that it applies the color only sometimes on 'B' scenario.&lt;/P&gt;&lt;P&gt;'R' and 'A' scenarios remain without background color and I can't understand why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>simonagheo</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Background color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121336#M914033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a pivot table and a dimmension called &lt;STRONG&gt;Scenario&lt;/STRONG&gt;, and on this dimension I used Background color like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(Scenario = 'B',rgb(165,219,147),if(Scenario='R',rgb(232,208,232),rgb(252,101,29)))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;The problem is that it applies the color only sometimes on 'B' scenario.&lt;/P&gt;&lt;P&gt;'R' and 'A' scenarios remain without background color and I can't understand why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121336#M914033</guid>
      <dc:creator>simonagheo</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Background color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121337#M914034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;its fine here chk below&lt;/P&gt;&lt;P&gt;&lt;IMG alt="color.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/126781_color.PNG" style="height: 239px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 11:46:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121337#M914034</guid>
      <dc:creator>Chanty4u</dc:creator>
      <dc:date>2016-06-03T11:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Background color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121338#M914035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need the background color to be set directly on dimension (in the dimension tab), like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;=if(c1=2009,rgb(165,219,147),if(c1=2010,rgb(232,208,232),rgb(252,101,29)))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121338#M914035</guid>
      <dc:creator>simonagheo</dc:creator>
      <dc:date>2016-06-03T12:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Background color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121339#M914036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Simona,&lt;/P&gt;&lt;P&gt;your expression looks fine to me, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;I created a qv app with dummy data with same dimenion name and some values, copied your expression as it is and worked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;M&lt;/SPAN&gt;aybe you can verify if there's a space or something in your Scenario dimension values. If that's the case you can use trim to compare.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also you can share your app with dummy data in order to resolver your issue faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 12:47:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121339#M914036</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-06-03T12:47:30Z</dc:date>
    </item>
    <item>
      <title>Re: Background color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121340#M914037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use same expression in&amp;nbsp; Dimension Background color in Dimension Tab &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jun 2016 19:03:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121340#M914037</guid>
      <dc:creator />
      <dc:date>2016-06-03T19:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: Background color</title>
      <link>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121341#M914038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems like if the first row of the pivot table has no value in the Database for that scenario, it won't calculate the dimension color.&lt;/P&gt;&lt;P&gt;I found a solution: to generate lines for all dimensions with no values. I don't know that this is the best solution but it works.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2016 08:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Background-color/m-p/1121341#M914038</guid>
      <dc:creator>simonagheo</dc:creator>
      <dc:date>2016-08-25T08:59:47Z</dc:date>
    </item>
  </channel>
</rss>

