<?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: Colors in Bar graphs in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298977#M110817</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;Go to Expression. Expand the plus sign next to expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the background color add this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (column(1) &amp;lt; 0 ,red() , green()).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can aslo specify the rgb colors as rgb(100,102,123).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please view the attachment for the further assitance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2012 12:28:08 GMT</pubDate>
    <dc:creator>deepakk</dc:creator>
    <dc:date>2012-02-20T12:28:08Z</dc:date>
    <item>
      <title>Colors in Bar graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298976#M110816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a bar graph with values above 0 and below 0&lt;/P&gt;&lt;P&gt;I like the bars below 0 will be in red and the values abovewill be in green&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression is a calculated&lt;/P&gt;&lt;P&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 9pt; font-family: 'Arial','sans-serif'; text-decoration: underline;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;) /&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;))&lt;/SPAN&gt;&lt;STRONG style=": ; color: #ff8000; font-size: 9pt; font-family: 'Arial','sans-serif'; text-decoration: underline;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt; -1 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;The graphis attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Thank inadvance.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;T.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 12:24:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298976#M110816</guid>
      <dc:creator />
      <dc:date>2012-02-20T12:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in Bar graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298977#M110817</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;Go to Expression. Expand the plus sign next to expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the background color add this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If (column(1) &amp;lt; 0 ,red() , green()).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can aslo specify the rgb colors as rgb(100,102,123).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please view the attachment for the further assitance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deepak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 12:28:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298977#M110817</guid>
      <dc:creator>deepakk</dc:creator>
      <dc:date>2012-02-20T12:28:08Z</dc:date>
    </item>
    <item>
      <title>Colors in Bar graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298978#M110818</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;In expression background color give the following expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(&lt;STRONG style="color: #ff8000; font-size: 9pt; font-family: 'Arial','sans-serif'; text-decoration: underline;"&gt;(&lt;/STRONG&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;) /&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;above&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;( &lt;/SPAN&gt;&lt;SPAN style="color: maroon; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;A&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;))&lt;/SPAN&gt;&lt;STRONG style="color: #ff8000; font-size: 9pt; font-family: 'Arial','sans-serif'; text-decoration: underline;"&gt;)&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt; -1 &amp;gt;0 , RGB(0,255,0), RGB(255, 0,0))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Hope this helps you.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Arial','sans-serif'; font-size: 9pt;"&gt;Jagan.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 12:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298978#M110818</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-02-20T12:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in Bar graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298979#M110819</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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Hope the attached file will be helpful for your requirement&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;&lt;/P&gt;&lt;P&gt;Ashok&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 12:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298979#M110819</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-02-20T12:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Colors in Bar graphs</title>
      <link>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298980#M110820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot &lt;/P&gt;&lt;P&gt;it was very hulpfull and quick.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheres,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Feb 2012 12:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Colors-in-Bar-graphs/m-p/298980#M110820</guid>
      <dc:creator />
      <dc:date>2012-02-20T12:51:36Z</dc:date>
    </item>
  </channel>
</rss>

