<?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 color in line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841443#M997892</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;I am using one line chart in my dashboard. In this chart Emp is a dimension and Sum(Sal) is expression.&lt;/P&gt;&lt;P&gt;Now my requirement is, if my line is increasing then it will show as green line and if it will decreasing then Red color.&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Jun 2015 11:06:50 GMT</pubDate>
    <dc:creator>soha1902</dc:creator>
    <dc:date>2015-06-29T11:06:50Z</dc:date>
    <item>
      <title>color in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841443#M997892</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;I am using one line chart in my dashboard. In this chart Emp is a dimension and Sum(Sal) is expression.&lt;/P&gt;&lt;P&gt;Now my requirement is, if my line is increasing then it will show as green line and if it will decreasing then Red color.&lt;/P&gt;&lt;P&gt;please help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 11:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841443#M997892</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2015-06-29T11:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: color in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841444#M997894</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;Try like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Background Color:&lt;/P&gt;&lt;P&gt;= if(PreviousSales - CurrentSales &amp;gt; 0, Green(), Red())&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 11:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841444#M997894</guid>
      <dc:creator>MayilVahanan</dc:creator>
      <dc:date>2015-06-29T11:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: color in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841445#M997895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I tried to write&lt;/P&gt;&lt;P&gt;below expression under Background color&lt;/P&gt;&lt;P&gt;=if(Above(Sum(Sal) - Sum(Sal) &amp;gt; 0 , Red(),Green())&lt;/P&gt;&lt;P&gt;but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="91154" alt="col.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91154_col.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 11:15:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841445#M997895</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2015-06-29T11:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: color in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841446#M997896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use the background color option of your expression (click on the plus sign in front of the expression) and use something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(MyExp&amp;lt;Below(MyExp),lightgreen(),lightred())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where MyExp is the label of your Sum(Sal) expression, if there are spaces in them put it between [] brackets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="LineGreenRed.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/91157_LineGreenRed.png" style="height: 418px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 11:17:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841446#M997896</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2015-06-29T11:17:27Z</dc:date>
    </item>
    <item>
      <title>Re: color in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841447#M997898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use this expression:&lt;/P&gt;&lt;P&gt;if(Sal &amp;gt; Below(Sal) , Red(), Green()))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 11:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841447#M997898</guid>
      <dc:creator>jsingh71</dc:creator>
      <dc:date>2015-06-29T11:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: color in line chart</title>
      <link>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841448#M997899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Use&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt;(Sales-Below(Sales)&amp;lt;=0,green(),red())&amp;nbsp; &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;STRONG&gt; in background exp, where&amp;nbsp; Sales is the name of the expression.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jun 2015 11:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/color-in-line-chart/m-p/841448#M997899</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-29T11:26:33Z</dc:date>
    </item>
  </channel>
</rss>

