<?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 - Non continuous Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Chart-Non-continuous-Value/m-p/1256331#M396955</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try supress zero value in Presentation tab. Is that you are trying to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="suppress1.jpg" class="jive-image image-1" height="218" src="https://community.qlik.com/legacyfs/online/155690_suppress1.jpg" style="height: 218.463px; width: 453px;" width="453" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Supress2.jpg" class="jive-image image-2" height="205" src="https://community.qlik.com/legacyfs/online/155691_Supress2.jpg" style="height: 205.219px; width: 461px;" width="461" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Mar 2017 22:25:01 GMT</pubDate>
    <dc:creator>sergio0592</dc:creator>
    <dc:date>2017-03-08T22:25:01Z</dc:date>
    <item>
      <title>Line Chart - Non continuous Value</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Non-continuous-Value/m-p/1256329#M396953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Need your help. I want to create a Line chart for Plan and Actual, but my trend line should stop where the value is "0" or in this case its "null". Please see below chart, the Actual line(in red) should stop at &lt;STRONG&gt;Q2(200)&lt;/STRONG&gt; as the other values are 0 in the quarter. Am attaching the excel from which the chart is created. Is it possible in QlikView?&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Dimesion used in Chart&lt;/STRONG&gt;:- Qtr_GraphFlag&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Expression used in chart&lt;/STRONG&gt;:- =sum(if(GraphStatus='Run',GraphPlan))&amp;nbsp; -- Blue line&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =sum(if(GraphStatus='Run',GraphActual))&amp;nbsp;&amp;nbsp; -- Red Line&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Graph.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/155685_Graph.jpg" style="height: 388px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 21:55:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Non-continuous-Value/m-p/1256329#M396953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-08T21:55:08Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Non continuous Value</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Non-continuous-Value/m-p/1256330#M396954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this? Using Line Chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim:&lt;/P&gt;&lt;P&gt;Qtr_GraphFlag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expr:&lt;/P&gt;&lt;P&gt;Plan:&amp;nbsp;&amp;nbsp;&amp;nbsp; = Sum({&amp;lt; GraphStatus = {'Run'} &amp;gt;}GraphPlan)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Actual: = Sum({&amp;lt; GraphStatus = {'Run'} &amp;gt;}GraphActual)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 22:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Non-continuous-Value/m-p/1256330#M396954</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-03-08T22:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Non continuous Value</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Non-continuous-Value/m-p/1256331#M396955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try supress zero value in Presentation tab. Is that you are trying to achieve?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="suppress1.jpg" class="jive-image image-1" height="218" src="https://community.qlik.com/legacyfs/online/155690_suppress1.jpg" style="height: 218.463px; width: 453px;" width="453" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Supress2.jpg" class="jive-image image-2" height="205" src="https://community.qlik.com/legacyfs/online/155691_Supress2.jpg" style="height: 205.219px; width: 461px;" width="461" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 22:25:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Non-continuous-Value/m-p/1256331#M396955</guid>
      <dc:creator>sergio0592</dc:creator>
      <dc:date>2017-03-08T22:25:01Z</dc:date>
    </item>
  </channel>
</rss>

