<?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 Chart Line to change colour in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999405#M949490</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I can have the following chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="232" src="https://community.qlik.com/legacyfs/online/108730_Capture.PNG" width="341" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From 14.00 hours I want the blue line to go white.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to write the following expression for the Background Colour, but it doesnt change anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Hour&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;'14', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (255,255,255), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0,123,255)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas folks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Dec 2015 08:12:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-12-11T08:12:07Z</dc:date>
    <item>
      <title>Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999405#M949490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I can have the following chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" height="232" src="https://community.qlik.com/legacyfs/online/108730_Capture.PNG" width="341" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From 14.00 hours I want the blue line to go white.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried to write the following expression for the Background Colour, but it doesnt change anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Hour&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;'14', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (255,255,255), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0,123,255)) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas folks?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 08:12:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999405#M949490</guid>
      <dc:creator />
      <dc:date>2015-12-11T08:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999406#M949491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;May be try as below&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Hour&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;14, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; (255,255,255), &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(0,123,255))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or what is the format of your Hour?&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 09:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999406#M949491</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-12-11T09:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999407#M949495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Syntax looks okay, the only thing you &lt;STRONG&gt;need to check the format compatibility.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure&lt;STRONG&gt; Format of Hour and 14&lt;/STRONG&gt; should be same&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 09:52:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999407#M949495</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-12-11T09:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999408#M949496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I get the format to be the same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 11:39:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999408#M949496</guid>
      <dc:creator />
      <dc:date>2015-12-11T11:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999409#M949497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi deep,&lt;/P&gt;&lt;P&gt;your syntax is correct,&lt;/P&gt;&lt;P&gt;if possible to share your date field values &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 11:44:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999409#M949497</guid>
      <dc:creator />
      <dc:date>2015-12-11T11:44:00Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999410#M949498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, from the straigth line after '14' seems that expression is full accumulated and there is no data for hour&amp;gt;14 so it keeps the last value, maybe using:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Hour&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;14 or IsNull(Hour), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; (255,255,255), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0,123,255)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 11:56:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999410#M949498</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2015-12-11T11:56:57Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999411#M949499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it didnt work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 13:10:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999411#M949499</guid>
      <dc:creator />
      <dc:date>2015-12-11T13:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999412#M949500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try like this ,&lt;/P&gt;&lt;P&gt;Expand your expression -&amp;gt;Select Background Color-&amp;gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #800000;"&gt;Hour&amp;gt;=&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;14, &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; (255,255,255), &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(0,123,255)).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I tried in my app as per my requirement. Please you try with your values.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Edited :&amp;nbsp; My experession is like this&lt;/P&gt;&lt;P&gt; =if((Sum({&amp;lt;Category_ID={'Cat_002'}&amp;gt;}Value))&amp;gt;=750,RGB(181,230,89),Blue()).&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="108760" alt="Comm_196300.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/108760_Comm_196300.png" style="height: 338px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Dec 2015 14:18:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999412#M949500</guid>
      <dc:creator>krishna20</dc:creator>
      <dc:date>2015-12-11T14:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999413#M949501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Define vHour as &lt;/P&gt;&lt;P&gt;=Time#('13','hh')*24&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension&lt;/P&gt;&lt;P&gt;=Floor(Frac([Arrival DateTime])*24)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below expression for color&lt;/P&gt;&lt;P&gt;IF(Floor(Frac([Arrival DateTime])*24)&amp;gt;=vHour,White(),Green())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change Green() to whatever colour want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2015 08:59:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999413#M949501</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2015-12-12T08:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999414#M949502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌maybe helpful&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/931348"&gt;Re: Coloring line chart by two dimension&lt;/A&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;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Dec 2015 12:29:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999414#M949502</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2015-12-12T12:29:38Z</dc:date>
    </item>
    <item>
      <title>Re: Chart Line to change colour</title>
      <link>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999415#M949503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This looked like it would work, but still doesnt &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Dec 2015 13:16:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Chart-Line-to-change-colour/m-p/999415#M949503</guid>
      <dc:creator />
      <dc:date>2015-12-14T13:16:26Z</dc:date>
    </item>
  </channel>
</rss>

