<?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 Changing chart background colour depending on dimension value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185889#M50209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, and regarding the tests I have performed, changing colours this way works for pivot tables but not straight tables. Do you know how to do it? Maybe with some before() or after() plus below() and above()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Dec 2009 16:54:25 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2009-12-16T16:54:25Z</dc:date>
    <item>
      <title>Changing chart background colour depending on dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185884#M50204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good day everyone again!&lt;/P&gt;&lt;P&gt;I have several charts (straight tables and pivot tables, but specially straight tables) in which I want to change the background colour depending on the dimension value.&lt;/P&gt;&lt;P&gt;For instance, I've got a "Day" dimension, and I thought to customize the colour in the dimension controlling odd and even days. But it's possible to have two even consecutive days or two odd consecutive days, so my conditional won't work as I want to change background every time the value changes. Speaking about days,&lt;/P&gt;&lt;P&gt;01/01/2010&lt;/P&gt;&lt;P&gt;01/01/2010&lt;/P&gt;&lt;P&gt;02/01/2010&lt;/P&gt;&lt;P&gt;Would change only in the third line. I haven't managed to do that. Anyone can shed some light on how to do it?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2009 19:17:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185884#M50204</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-13T19:17:05Z</dc:date>
    </item>
    <item>
      <title>Changing chart background colour depending on dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185885#M50205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you attach small example to work on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2009 20:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185885#M50205</guid>
      <dc:creator />
      <dc:date>2009-12-13T20:11:01Z</dc:date>
    </item>
    <item>
      <title>Changing chart background colour depending on dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185886#M50206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I can see you will only be able to change background colours every set number of lines...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 13 Dec 2009 20:16:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185886#M50206</guid>
      <dc:creator />
      <dc:date>2009-12-13T20:16:05Z</dc:date>
    </item>
    <item>
      <title>Changing chart background colour depending on dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185887#M50207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good Day,&lt;/P&gt;&lt;P&gt;you may for each dimension click on the small "+" and enter under "Background" something like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;=IF(Date &amp;lt;&amp;gt; ABOVE(Date), LIGHTBLUE())&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Instead of LIGHTBLUE() you may choose with RGB(n, n, n) your own colours&lt;/P&gt;&lt;P&gt;HTH&lt;BR /&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 04:50:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185887#M50207</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2009-12-14T04:50:54Z</dc:date>
    </item>
    <item>
      <title>Changing chart background colour depending on dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185888#M50208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;Thanks for the idea, but unfortunately, it doesn't work. I'll keep thinking about it but new suggestions are welcome!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2009 15:26:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185888#M50208</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-14T15:26:47Z</dc:date>
    </item>
    <item>
      <title>Changing chart background colour depending on dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185889#M50209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, and regarding the tests I have performed, changing colours this way works for pivot tables but not straight tables. Do you know how to do it? Maybe with some before() or after() plus below() and above()?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Dec 2009 16:54:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185889#M50209</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2009-12-16T16:54:25Z</dc:date>
    </item>
    <item>
      <title>Changing chart background colour depending on dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185890#M50210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was doing the same thing and this above() does not work on Straighttable. Did you find any solution in this two years for this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Sravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 11:41:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185890#M50210</guid>
      <dc:creator />
      <dc:date>2011-09-01T11:41:22Z</dc:date>
    </item>
    <item>
      <title>Changing chart background colour depending on dimension value</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185891#M50211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I worked that around using the conditionals as suggested by Peter above. Anyway, that was a bug in the version. If you post some sample data we can check and see how it behaves and if we can find the review the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.grupocomex.com"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 15:38:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-chart-background-colour-depending-on-dimension-value/m-p/185891#M50211</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-09-01T15:38:50Z</dc:date>
    </item>
  </channel>
</rss>

