<?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 Displaying Min &amp; Max with a Reference Line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249116#M1205476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;That doesn't appear to work.&lt;/P&gt;&lt;P&gt;Here what I entered. Where Tag_Count_Drill_Down is my Group.&lt;/P&gt;&lt;P&gt;min(aggr(Count(Tag),"Tag_Count_Drill_Down"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 29 Mar 2010 21:35:18 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-03-29T21:35:18Z</dc:date>
    <item>
      <title>Displaying Min &amp; Max with a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249112#M1205471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;BR /&gt;I am trying to add 2 references lines to a chart which displays a count overtime. I would like to add the Max and Min values of the current selection with reference lines. In the expression I have RangeMin($) and RangeMax($). I assumed the $ would be the current selected data but it displays 0. I have tried RangeMax(count(varname)) which is used for the main graph but this does not display anything.&lt;/P&gt;&lt;P&gt;I can't find any obvious help in the reference manual. Any help would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 12:50:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249112#M1205471</guid>
      <dc:creator />
      <dc:date>2010-03-29T12:50:01Z</dc:date>
    </item>
    <item>
      <title>Displaying Min &amp; Max with a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249113#M1205472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe you want this:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;min(aggr(your overtime expression,your first dimension,your second dimensions,...))&lt;BR /&gt;max(aggr(your overtime expression,your first dimension,your second dimensions,...))&lt;/P&gt;&lt;P&gt;For example, if your expression is sum(Quantity), and your chart dimensions are Year and Customer:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;min(aggr(sum(Quantity),Year,Customer))&lt;BR /&gt;max(aggr(sum(Quantity),Year,Customer))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 20:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249113#M1205472</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-03-29T20:06:50Z</dc:date>
    </item>
    <item>
      <title>Displaying Min &amp; Max with a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249114#M1205474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;Thanks for replying.&lt;BR /&gt;&lt;BR /&gt;I am using a Group Drill Down for the other dimension.&lt;BR /&gt;&lt;BR /&gt;=Date(MakeDate(EventYear),'YYYY')&lt;BR /&gt;=Date(MakeDate(EventYear,EventMonth),'MMM')&lt;BR /&gt;=Date(MakeDate(EventYear,EventMonth,EventDay),'dd')&lt;BR /&gt;=Time(MakeTime(EventHour),'HH')&lt;BR /&gt;=Time(MakeTime(EventHour,EventMinute),'mm')&lt;BR /&gt;&lt;BR /&gt;What would I enter for the Drill Down Dimension?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 21:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249114#M1205474</guid>
      <dc:creator />
      <dc:date>2010-03-29T21:01:37Z</dc:date>
    </item>
    <item>
      <title>Displaying Min &amp; Max with a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249115#M1205475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I don't think I've done it with a drill down group before. My GUESS is that you'd enter the name of the drill down group. So if the drill down group is named "Date and Time Group", I'm guessing:&lt;/P&gt;&lt;P style="padding-left:30px;"&gt;min(aggr(count(varname),"Date and Time Group"))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 21:15:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249115#M1205475</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-03-29T21:15:56Z</dc:date>
    </item>
    <item>
      <title>Displaying Min &amp; Max with a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249116#M1205476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;That doesn't appear to work.&lt;/P&gt;&lt;P&gt;Here what I entered. Where Tag_Count_Drill_Down is my Group.&lt;/P&gt;&lt;P&gt;min(aggr(Count(Tag),"Tag_Count_Drill_Down"))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 21:35:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249116#M1205476</guid>
      <dc:creator />
      <dc:date>2010-03-29T21:35:18Z</dc:date>
    </item>
    <item>
      <title>Displaying Min &amp; Max with a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249117#M1205478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's a working example of what I think you're asking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 21:46:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249117#M1205478</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2010-03-29T21:46:53Z</dc:date>
    </item>
    <item>
      <title>Displaying Min &amp; Max with a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249118#M1205479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;BR /&gt;It's the expression I had in the group. Works fine with EventYear........&lt;/P&gt;&lt;P&gt;Thanks for the excellent support.&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 22:02:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249118#M1205479</guid>
      <dc:creator />
      <dc:date>2010-03-29T22:02:39Z</dc:date>
    </item>
    <item>
      <title>Displaying Min &amp; Max with a Reference Line</title>
      <link>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249119#M1205481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This was a great help for me! I struggled to find the maximum value in a line chart to be able to decide the Y-axis value when using a Reference line. Thanks! &lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 10:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Displaying-Min-Max-with-a-Reference-Line/m-p/249119#M1205481</guid>
      <dc:creator>ob</dc:creator>
      <dc:date>2010-06-18T10:58:40Z</dc:date>
    </item>
  </channel>
</rss>

