<?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 Hide some values in the graph. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Hide-some-values-in-the-graph/m-p/205511#M61954</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be you can try set analysis in your expression to ignore those particular months you want to hide incase your dimension is a drilldown(Year-Month-Weekday). Not very sure about it but you may try the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Count(Distinct Nbr_Questions)&amp;gt;100,Sum({$&amp;lt;Month-={Mar,Apr,May}&amp;gt;}Satisfaction_Score)/Sum({$&amp;lt;Month-={Mar,Apr,May}&amp;gt;}pond))&lt;/P&gt;&lt;P&gt;This would display a line direct from second month to sixth month in the chart. Try if it works.&lt;/P&gt;&lt;P&gt;This is just a suggestion as per my understanding of your query, experts please correct incase wrong.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2011 07:02:13 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-04-11T07:02:13Z</dc:date>
    <item>
      <title>Hide some values in the graph.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-values-in-the-graph/m-p/205509#M61952</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG src="file:/d:/DOCUME~1/klm42703/LOCALS~1/Temp/moz-screenshot-1.png" /&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to 'hide' some values in a graph.&lt;/P&gt;&lt;P&gt;I tried using 'suppress zero-values'. However when I mark that value, the corresponding month is skipped.&lt;/P&gt;&lt;P&gt;However when I unmark that value (see below) the graph interpolates the points.&lt;/P&gt;&lt;P&gt;What I would like is to not display the line between month 3 and month 5.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the following expression definition:&lt;/P&gt;&lt;P&gt;If(Count(Distinct Nbr_Questions)&amp;gt;100,Sum(Satisfaction_Score)/Sum(pond))&lt;/P&gt;&lt;P&gt;&lt;IMG alt="error loading image" class="jive-image error-loading-image" src="https://community.qlik.com/legacyfs/online/-4049_sourceID:4049" /&gt;&lt;/P&gt;&lt;P&gt;I also tried to hide the line under the expression background color. However it's not really working, since that will always create a line in stead of a dot, while only one value (month) is &amp;gt; 100. Also then the legend will turn grey.&lt;/P&gt;&lt;P&gt;Hopefully someone can help tackle this problem.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Arjan Onwezen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Apr 2011 13:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-values-in-the-graph/m-p/205509#M61952</guid>
      <dc:creator />
      <dc:date>2011-04-08T13:07:37Z</dc:date>
    </item>
    <item>
      <title>Hide some values in the graph.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-values-in-the-graph/m-p/205510#M61953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Checking the "Invisible" box on the Expressions Tab of your Chart Properties can make an individual expression's line not appear. This may not solve the problem straightaway, but it could provide some insight.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 01:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-values-in-the-graph/m-p/205510#M61953</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-04-11T01:15:01Z</dc:date>
    </item>
    <item>
      <title>Hide some values in the graph.</title>
      <link>https://community.qlik.com/t5/QlikView/Hide-some-values-in-the-graph/m-p/205511#M61954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;May be you can try set analysis in your expression to ignore those particular months you want to hide incase your dimension is a drilldown(Year-Month-Weekday). Not very sure about it but you may try the expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If(Count(Distinct Nbr_Questions)&amp;gt;100,Sum({$&amp;lt;Month-={Mar,Apr,May}&amp;gt;}Satisfaction_Score)/Sum({$&amp;lt;Month-={Mar,Apr,May}&amp;gt;}pond))&lt;/P&gt;&lt;P&gt;This would display a line direct from second month to sixth month in the chart. Try if it works.&lt;/P&gt;&lt;P&gt;This is just a suggestion as per my understanding of your query, experts please correct incase wrong.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 07:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Hide-some-values-in-the-graph/m-p/205511#M61954</guid>
      <dc:creator />
      <dc:date>2011-04-11T07:02:13Z</dc:date>
    </item>
  </channel>
</rss>

