<?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 - Show Only MAX and MIN values in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Line-Chart-Show-Only-MAX-and-MIN-values/m-p/621813#M1106437</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the expression attribute 'Show value' instead of ticking the option 'Values on data points' under display options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Mar 2014 21:19:05 GMT</pubDate>
    <dc:creator>swuehl</dc:creator>
    <dc:date>2014-03-25T21:19:05Z</dc:date>
    <item>
      <title>Line Chart - Show Only MAX and MIN values</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Show-Only-MAX-and-MIN-values/m-p/621811#M1106435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following line chart:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55831" alt="No Title.png" class="jive-image" src="/legacyfs/online/55831_No Title.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the expression:&lt;/P&gt;&lt;P&gt;COUNT ({$&amp;lt;ID_DATE#={"&amp;gt;=$(='$(vDateFrom)')&amp;lt;=$(='$(vDateTo)')"}&amp;gt;} DISTINCT TD_ENTRY_ID)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'd only like to show the MAX and MIN values from the chart.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: MAX = 6.961 and MIN = 1.226 (Show only those values and not the rest - 6295 and 6349)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 20:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Show-Only-MAX-and-MIN-values/m-p/621811#M1106435</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-03-25T20:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Show Only MAX and MIN values</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Show-Only-MAX-and-MIN-values/m-p/621812#M1106436</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;You can use rank function to check if the value is max or min.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 20:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Show-Only-MAX-and-MIN-values/m-p/621812#M1106436</guid>
      <dc:creator>whiteline</dc:creator>
      <dc:date>2014-03-25T20:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Show Only MAX and MIN values</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Show-Only-MAX-and-MIN-values/m-p/621813#M1106437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe like attached.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the expression attribute 'Show value' instead of ticking the option 'Values on data points' under display options.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 21:19:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Show-Only-MAX-and-MIN-values/m-p/621813#M1106437</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2014-03-25T21:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Line Chart - Show Only MAX and MIN values</title>
      <link>https://community.qlik.com/t5/QlikView/Line-Chart-Show-Only-MAX-and-MIN-values/m-p/621814#M1106438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you! I've tried it and it works... The only thing is the following: I applied the Rank function as you said and sometimes it works, like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55853" alt="Sin título 2.png" class="jive-image" src="/legacyfs/online/55853_Sin título 2.png" style="width: 620px; height: 264px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And sometimes it only shows me the max value and I can't see the min value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55854" alt="Sin título 1.png" class="jive-image" src="/legacyfs/online/55854_Sin título 1.png" style="width: 620px; height: 264px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I always see the max. The problem is that sometimes it doesn't shows the min...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why could that be?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit: Don't worry. I've tested it and it works for what I need. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Mar 2014 23:19:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Line-Chart-Show-Only-MAX-and-MIN-values/m-p/621814#M1106438</guid>
      <dc:creator>microwin88x</dc:creator>
      <dc:date>2014-03-25T23:19:35Z</dc:date>
    </item>
  </channel>
</rss>

