<?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: Line chart line color formatting in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-chart-line-color-formatting/m-p/480145#M550630</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to check flag of Suppress Zero Values in Presentation tab fo the graph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Dec 2013 22:24:35 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-12-12T22:24:35Z</dc:date>
    <item>
      <title>Line chart line color formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-line-color-formatting/m-p/480144#M550629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Hi community,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;I am trying to format a line chart cumulative line (blue line in below screenshot) so that the flat plateau part of the line is not displayed. The plateau area represents Nov and Dec when the data is 0 in the second row, so I set the SQL logic to &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: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;FIELD&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&amp;gt;0, &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;RGB&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(0,204,204),&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;White&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;()) &lt;SPAN style="font-size: 10pt;"&gt;for the background color of that expression. &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;However, QlikView still displays part of the plateau because it recognizes the point where Nov value = 0 to be the middle of the Nov display area, not the beginning.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Is there a way to set the beginning of the flat plateau part of the blue line to the color white so it disappears completely?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;IMG __jive_id="50400" alt="Capture.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/50400_Capture.JPG.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thanks.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 20:55:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-line-color-formatting/m-p/480144#M550629</guid>
      <dc:creator />
      <dc:date>2013-12-12T20:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart line color formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-line-color-formatting/m-p/480145#M550630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to check flag of Suppress Zero Values in Presentation tab fo the graph&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 22:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-line-color-formatting/m-p/480145#M550630</guid>
      <dc:creator />
      <dc:date>2013-12-12T22:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Line chart line color formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-line-color-formatting/m-p/480146#M550631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, rather than trying to recolor last portion of the line, I suggest not drawing it at all.&amp;nbsp; This example works in the attached Sample.qvw I created for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;=sum(IF(COLUMN_B&amp;gt;0,COLUMN_D))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As mentioned you need to have "Suppress Missing" checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.&amp;nbsp; Qlikview won't allow you to have lines with different colored sections.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;John&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Dec 2013 22:49:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-line-color-formatting/m-p/480146#M550631</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-12-12T22:49:13Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Line chart line color formatting</title>
      <link>https://community.qlik.com/t5/QlikView/Line-chart-line-color-formatting/m-p/480147#M550632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the response, seems like we are close to the answer. In my example, the blue line is the Full Accumulation of the blue bars. So in your 'Sample.qvw', when I check the 'Full Accumlation' box for Expression D in the attached, the line does not display as desired anymore. Do you know how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Irene&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Dec 2013 16:40:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-chart-line-color-formatting/m-p/480147#M550632</guid>
      <dc:creator />
      <dc:date>2013-12-16T16:40:16Z</dc:date>
    </item>
  </channel>
</rss>

