<?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: Negative value with different Color in Gauge Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Negative-value-with-different-Color-in-Gauge-Chart/m-p/1248403#M849886</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;For the percentage values use this formula&amp;nbsp; as background color&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(yourexpression &amp;lt;=0,red(),green())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;for the linear gauge chart set the lower bound is -1 and lower bound color is red&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;upper bound is 0 and color is green&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Mar 2017 12:34:38 GMT</pubDate>
    <dc:creator>stephenedberkg</dc:creator>
    <dc:date>2017-03-21T12:34:38Z</dc:date>
    <item>
      <title>Negative value with different Color in Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-value-with-different-Color-in-Gauge-Chart/m-p/1248401#M849884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trying to display Bar chart in a straight table.&lt;/P&gt;&lt;P&gt;Is there any possibility to display positive value and negative value in the same side with different Colors.&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/156943_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&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/Negative-value-with-different-Color-in-Gauge-Chart/m-p/1248401#M849884</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value with different Color in Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-value-with-different-Color-in-Gauge-Chart/m-p/1248402#M849885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes using the background formula of the expression (click the + next to the expression on the expressions tab)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(yourexpression &amp;lt;=0,lightred(),green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or insert your own rgb colours in there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 10:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-value-with-different-Color-in-Gauge-Chart/m-p/1248402#M849885</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-03-21T10:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value with different Color in Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-value-with-different-Color-in-Gauge-Chart/m-p/1248403#M849886</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;For the percentage values use this formula&amp;nbsp; as background color&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;if(yourexpression &amp;lt;=0,red(),green())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;for the linear gauge chart set the lower bound is -1 and lower bound color is red&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;upper bound is 0 and color is green&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 12:34:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-value-with-different-Color-in-Gauge-Chart/m-p/1248403#M849886</guid>
      <dc:creator>stephenedberkg</dc:creator>
      <dc:date>2017-03-21T12:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Negative value with different Color in Gauge Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Negative-value-with-different-Color-in-Gauge-Chart/m-p/1248404#M849887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attached sample might be helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Mar 2017 15:06:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Negative-value-with-different-Color-in-Gauge-Chart/m-p/1248404#M849887</guid>
      <dc:creator>Frank_Hartmann</dc:creator>
      <dc:date>2017-03-21T15:06:03Z</dc:date>
    </item>
  </channel>
</rss>

