<?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: Re: Show the Max/Min values in an Average Line Chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710386#M1061193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco, I like your answer but is there any way to see the blue line (average) bigger in the center of the chart and the red lines (max and min) on the sides so that I could focus on the average line chart, which is the most important thing I want to show? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="67906" alt="Chart.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67906_Chart.png" style="width: 620px; height: 403px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Sep 2014 03:07:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-30T03:07:28Z</dc:date>
    <item>
      <title>Show the Max/Min values in an Average Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710381#M1061188</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 for sales as an average - you can find the QVW file attached:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="67804" alt="Screen.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67804_Screen.png" style="width: 620px; height: 288px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My expression for the line chart is AVG(Sales).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension is a hierarchical group with year, month and date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I show in the line chart is an average for every year, month and date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The thing is that I need to show the MAX and MIN values, that you can see on the right as text objects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how could I do that?&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>Sat, 27 Sep 2014 22:58:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710381#M1061188</guid>
      <dc:creator />
      <dc:date>2014-09-27T22:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Max/Min values in an Average Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710382#M1061189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;add in another expression of =max(TOTAL Sales) if you want the maximum across the selected data or simply =max(Sales) if it is the maximum for each YMD.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2014 07:37:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710382#M1061189</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-28T07:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Max/Min values in an Average Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710383#M1061190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You may try something like below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max(Aggr(Sum(Sales), Year))&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Min(Aggr(Sum(Sales), Year))&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2014 09:10:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710383#M1061190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-09-28T09:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Max/Min values in an Average Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710384#M1061191</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;just use the overal Min and Max expressions as reference lines:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_135264_Pic1.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/67814_QlikCommunity_Thread_135264_Pic1.JPG.jpg" style="width: 620px; height: 371px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_135264_Pic2.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/67815_QlikCommunity_Thread_135264_Pic2.JPG.jpg" style="width: 620px; height: 548px;" /&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2014 11:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710384#M1061191</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-28T11:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Max/Min values in an Average Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710385#M1061192</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;see attachment, the values are shown in axis x.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 28 Sep 2014 12:53:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710385#M1061192</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2014-09-28T12:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Show the Max/Min values in an Average Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710386#M1061193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marco, I like your answer but is there any way to see the blue line (average) bigger in the center of the chart and the red lines (max and min) on the sides so that I could focus on the average line chart, which is the most important thing I want to show? Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="67906" alt="Chart.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/67906_Chart.png" style="width: 620px; height: 403px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 03:07:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710386#M1061193</guid>
      <dc:creator />
      <dc:date>2014-09-30T03:07:28Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Show the Max/Min values in an Average Line Chart</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710387#M1061194</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;like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QlikCommunity_Thread_135264_Pic3.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/67952_QlikCommunity_Thread_135264_Pic3.JPG.jpg" style="width: 620px; height: 367px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Sep 2014 10:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Max-Min-values-in-an-Average-Line-Chart/m-p/710387#M1061194</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-09-30T10:16:13Z</dc:date>
    </item>
  </channel>
</rss>

