<?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 Conditionally hiding points on a chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492385#M184135</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;I've got some data generated via an SQL query in the following structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="303" style="border: 1px solid rgb(0, 0, 0); width: 233px; height: 305px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;LOCATION&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;HOUR&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ACTUAL&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;FORECAST&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;20&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;24&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;EM&gt;NULL&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;18&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;EM&gt;NULL&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;NULL&lt;/EM&gt;&lt;/TD&gt;&lt;TD&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;NULL&lt;/EM&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;With HOUR as the dimension, I'm graphing ACTUAL and FORECAST as the expressions (SUM) on the same graph, FORECAST is a bar chart, ACTUAL is an overlayed line.&amp;nbsp; A and B are set as selectable on the UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you might have guessed, FORECAST is a prediction of ACTUAL.&amp;nbsp; If it is hour 1, there can exist a FORECAST for hour 2 and upwards, but there can not be an ACTUAL, hence the &lt;EM&gt;NULL&lt;/EM&gt; values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview seems to treat &lt;EM&gt;NULL&lt;/EM&gt; values as zeros, so when the line for ACTUAL is graphed, the &lt;EM&gt;NULL&lt;/EM&gt; values are graphed as a horizontal line along the x axis - I want to be able to hide these values (prevent them from being plotted).&amp;nbsp; I can suppress zero values, which hides the &lt;EM&gt;NULL&lt;/EM&gt; values ok, but that also hides legitimate zero values for both ACTUAL and FORECAST, which need to be plotted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using ONLY VALUE() as the expression definition instead of SUM() successfully hides the &lt;EM&gt;NULL&lt;/EM&gt; values for each of the locations individually, but when I have A and B both selected, it doesn't sum the figures for both locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I want to tell Qlikview to ignore &lt;EM&gt;NULL &lt;/EM&gt;expression values, but keep the dimension values when plotting. (So, plot empty y values for some x values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you could say I'm trying to prevent interpolation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense and someone can shed some light!&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, 10 Jan 2014 00:39:01 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-01-10T00:39:01Z</dc:date>
    <item>
      <title>Conditionally hiding points on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492385#M184135</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;I've got some data generated via an SQL query in the following structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="303" style="border: 1px solid rgb(0, 0, 0); width: 233px; height: 305px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;LOCATION&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;HOUR&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;ACTUAL&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;FORECAST&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;0&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;20&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;24&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;13&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;4&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;A&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;5&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;10&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;7&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;EM&gt;NULL&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;18&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;B&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;3&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;&lt;EM&gt;NULL&lt;/EM&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;0&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;NULL&lt;/EM&gt;&lt;/TD&gt;&lt;TD&gt;22&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;B&lt;/TD&gt;&lt;TD&gt;5&lt;/TD&gt;&lt;TD&gt;&lt;EM&gt;NULL&lt;/EM&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;With HOUR as the dimension, I'm graphing ACTUAL and FORECAST as the expressions (SUM) on the same graph, FORECAST is a bar chart, ACTUAL is an overlayed line.&amp;nbsp; A and B are set as selectable on the UI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you might have guessed, FORECAST is a prediction of ACTUAL.&amp;nbsp; If it is hour 1, there can exist a FORECAST for hour 2 and upwards, but there can not be an ACTUAL, hence the &lt;EM&gt;NULL&lt;/EM&gt; values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Qlikview seems to treat &lt;EM&gt;NULL&lt;/EM&gt; values as zeros, so when the line for ACTUAL is graphed, the &lt;EM&gt;NULL&lt;/EM&gt; values are graphed as a horizontal line along the x axis - I want to be able to hide these values (prevent them from being plotted).&amp;nbsp; I can suppress zero values, which hides the &lt;EM&gt;NULL&lt;/EM&gt; values ok, but that also hides legitimate zero values for both ACTUAL and FORECAST, which need to be plotted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using ONLY VALUE() as the expression definition instead of SUM() successfully hides the &lt;EM&gt;NULL&lt;/EM&gt; values for each of the locations individually, but when I have A and B both selected, it doesn't sum the figures for both locations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically, I want to tell Qlikview to ignore &lt;EM&gt;NULL &lt;/EM&gt;expression values, but keep the dimension values when plotting. (So, plot empty y values for some x values).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess you could say I'm trying to prevent interpolation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this makes sense and someone can shed some light!&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, 10 Jan 2014 00:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492385#M184135</guid>
      <dc:creator />
      <dc:date>2014-01-10T00:39:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hiding points on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492386#M184136</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 this from help file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P class="syntax"&gt;&lt;SPAN class="Bold"&gt;&lt;STRONG&gt;NullInterpret&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;The defined symbol will when it occurs in a text file, Excel file or an inline statement be interpreted as NULL. A user-defined variable. &lt;/P&gt;
&lt;P class="example"&gt;Example:&lt;/P&gt;
&lt;P class="Code"&gt;set NullInterpret=' ';&lt;/P&gt;
&lt;P class="Code"&gt;set NullInterpret =; &lt;/P&gt;
&lt;BLOCKQUOTE class="jive-quote"&gt;
&lt;P&gt;will NOT return null values for blank values in Excel (but it will for a csv text file)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P class="Code"&gt;set NullInterpret ='';&lt;/P&gt;
&lt;BLOCKQUOTE class="jive-quote"&gt;
&lt;P&gt;will return null values for blank values in Excel (but will NOT for a csv text files)&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; &lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SET NullInterpret = 'NULL';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 04:05:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492386#M184136</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-10T04:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hiding points on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492387#M184137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Please find the attached Document, It may help you for the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Santhosh G&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 05:44:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492387#M184137</guid>
      <dc:creator />
      <dc:date>2014-01-10T05:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hiding points on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492388#M184138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhos&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the quick response - I see what you've done there, the problem is your graph still plots them as zeros - I don't want them there at all.&amp;nbsp; Basically I'm trying to have a broken line where the values are NULL.&amp;nbsp; Is that possible, or is going to be a case of trying to overlay 2 separate graphs over eachother?&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, 10 Jan 2014 09:23:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492388#M184138</guid>
      <dc:creator />
      <dc:date>2014-01-10T09:23:01Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Conditionally hiding points on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492389#M184139</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tom,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the other work arround. May be it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 09:36:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492389#M184139</guid>
      <dc:creator />
      <dc:date>2014-01-10T09:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hiding points on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492390#M184140</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;Broken line is not possible in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 09:41:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492390#M184140</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-10T09:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hiding points on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492391#M184141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Santhosh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That appears to be what I need - I can't see a difference between the settings on the 2 files though - how did you prevent the ACTUAL point for hour 5 from plotting?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 12:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492391#M184141</guid>
      <dc:creator />
      <dc:date>2014-01-10T12:13:53Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hiding points on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492392#M184142</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;Select &lt;STRONG&gt;Suppress zero values&lt;/STRONG&gt; option in Presentation tab, you will get this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 12:25:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492392#M184142</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-01-10T12:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: Conditionally hiding points on a chart</title>
      <link>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492393#M184143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, I see - the problem there is that I still need legitimate zeros to be included.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's approach it a different way - all the NULL values that I don't want to plot will appear after a certain dimension value (i.e. after current hour) - is there a way to only plot the first 20 points of one expression, but 40 of another on the same axes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jan 2014 12:35:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditionally-hiding-points-on-a-chart/m-p/492393#M184143</guid>
      <dc:creator />
      <dc:date>2014-01-10T12:35:59Z</dc:date>
    </item>
  </channel>
</rss>

