<?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: Problem with bar chart color in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-with-bar-chart-color/m-p/250694#M95187</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;&lt;/P&gt;&lt;P&gt;In Expression use sum(Delta) and then click on "+" at Expression tab and on Background Color write this expression:&lt;/P&gt;&lt;P&gt;if(Sum(Delta)&amp;lt;'100',rgb(255,0,0)). It will work.as mention below&lt;IMG alt="a.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/5611_a.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Neetu SIngh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Jul 2011 05:56:50 GMT</pubDate>
    <dc:creator>neetu_singh</dc:creator>
    <dc:date>2011-07-04T05:56:50Z</dc:date>
    <item>
      <title>Problem with bar chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-bar-chart-color/m-p/250692#M95185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to color my bar in function of the value of my data "Delta" but when I write my code in the calculated base color 1 (of 1-6), it doens't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code : if(Delta &amp;lt; 100,red()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The result is blue when my value = 56...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you help me please ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pierre.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jul 2011 12:15:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-bar-chart-color/m-p/250692#M95185</guid>
      <dc:creator />
      <dc:date>2011-07-02T12:15:19Z</dc:date>
    </item>
    <item>
      <title>Problem with bar chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-bar-chart-color/m-p/250693#M95186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pierre,&lt;BR /&gt;Not enough enformation, so I'm just trying to guess, hope it at least will give you directions.&lt;BR /&gt;Apparently something is wrong with "Delta" - it is not what you expect here.&amp;nbsp; What is the bar expression itslef?&amp;nbsp; If it is, for example, sum(Delta), the color expression should be if(sum(Delta) &amp;lt; 100,red()).&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jul 2011 12:32:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-bar-chart-color/m-p/250693#M95186</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-07-02T12:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with bar chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-bar-chart-color/m-p/250694#M95187</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;&lt;/P&gt;&lt;P&gt;In Expression use sum(Delta) and then click on "+" at Expression tab and on Background Color write this expression:&lt;/P&gt;&lt;P&gt;if(Sum(Delta)&amp;lt;'100',rgb(255,0,0)). It will work.as mention below&lt;IMG alt="a.bmp" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/5611_a.bmp" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached sheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;Neetu SIngh &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Jul 2011 05:56:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-bar-chart-color/m-p/250694#M95187</guid>
      <dc:creator>neetu_singh</dc:creator>
      <dc:date>2011-07-04T05:56:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with bar chart color</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-with-bar-chart-color/m-p/250695#M95188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Neetu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the information. Its really helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siva Rama&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 17:52:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-with-bar-chart-color/m-p/250695#M95188</guid>
      <dc:creator />
      <dc:date>2012-11-28T17:52:25Z</dc:date>
    </item>
  </channel>
</rss>

