<?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 Set analysis - graph appears to extend data line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-graph-appears-to-extend-data-line/m-p/1315397#M833328</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using set analysis for one of the first times.&amp;nbsp; I have "sales" for years 2015, 2016, and 2017.&amp;nbsp; I am using =Month([Date]) as the Dimension which appears to work fine.&amp;nbsp; I have data for all of 2015, all of 2016 and through April of 2017.&amp;nbsp; All of this data is displayed correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the 2017 line for April then goes on to May, June, July etc. with values of zero.&amp;nbsp; So it makes it appear as if there is data by extending the line.&amp;nbsp; I have no data, no blanks, no information or May - Dec of 2017 but yet the line extends.&amp;nbsp; I would like it to end with the last known value (sum of values). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the analysis that I use for each year with only the "2015" changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sales Category]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'*2015*'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sales Category]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Set analysis - graph appears to extend data line</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-graph-appears-to-extend-data-line/m-p/1315397#M833328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using set analysis for one of the first times.&amp;nbsp; I have "sales" for years 2015, 2016, and 2017.&amp;nbsp; I am using =Month([Date]) as the Dimension which appears to work fine.&amp;nbsp; I have data for all of 2015, all of 2016 and through April of 2017.&amp;nbsp; All of this data is displayed correctly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the 2017 line for April then goes on to May, June, July etc. with values of zero.&amp;nbsp; So it makes it appear as if there is data by extending the line.&amp;nbsp; I have no data, no blanks, no information or May - Dec of 2017 but yet the line extends.&amp;nbsp; I would like it to end with the last known value (sum of values). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the analysis that I use for each year with only the "2015" changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({$&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sales Category]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = {'*2015*'}&amp;gt;} &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Sales Category]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-graph-appears-to-extend-data-line/m-p/1315397#M833328</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis - graph appears to extend data line</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-graph-appears-to-extend-data-line/m-p/1315398#M833329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is the 'Suppress Zero Value' checked on the presentation tab? If it isn't make sure to check it. Also, if that doesn't work, may be try this for 2017 expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Count({$&amp;lt;[Sales Category] = {'*2017*'}&amp;gt;} [Sales Category]) &amp;gt; 0, Count({$&amp;lt;[Sales Category] = {'*2017*'}&amp;gt;} [Sales Category]))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jun 2017 21:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-graph-appears-to-extend-data-line/m-p/1315398#M833329</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-06-05T21:14:39Z</dc:date>
    </item>
  </channel>
</rss>

