<?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: Max value line in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709395#M1074184</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 13:26:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-08-04T13:26:17Z</dc:date>
    <item>
      <title>Max value line</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709390#M1074179</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got a bar chart that contains 2 expressions. Showing me the revenue over week 1 - 30&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I would like to add a line/reference that marks the point of the max revenue. This line should move troughout the whole chart.&lt;/P&gt;&lt;P&gt;I Could easily just put in 740 in an expression but I then I need to adjust this when we make a revenue of 750.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what I got:&lt;/P&gt;&lt;P&gt; IF(Rank(SUM( Revenue)= 1, SUM(Revenue))/1000 = Gives me max revenue and marks it but does not create a line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kind regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vincent&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 12:47:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709390#M1074179</guid>
      <dc:creator />
      <dc:date>2014-08-04T12:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Max value line</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709391#M1074180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you putting this in the 'Reference Lines' or as a new expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems like something you'd want in the reference lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 12:53:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709391#M1074180</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2014-08-04T12:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: Max value line</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709392#M1074181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i tried putting this in the reference line 1 min ago.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem is It does not aggregate the total revenue but the revenue per salesman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 12:55:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709392#M1074181</guid>
      <dc:creator />
      <dc:date>2014-08-04T12:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Max value line</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709393#M1074182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, then could it be another expression represented by a line?&amp;nbsp; You may need to take the 'if' piece out, because the rank would only be 1 one time, and would probably be only represented by a dot in your chart.&amp;nbsp; Could you post the qvw or a sample of the qvw you are working on?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 13:09:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709393#M1074182</guid>
      <dc:creator>joshabbott</dc:creator>
      <dc:date>2014-08-04T13:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Max value line</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709394#M1074183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the expression to get the maximum amount per salesman (and assumes that Salesman is the only dimension on the chart):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=Max(Aggr(SUM(Revenue))/1000, Salesman))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Use this expression for the reference line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;HTH&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Jonathan&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 13:20:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709394#M1074183</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2014-08-04T13:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Max value line</title>
      <link>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709395#M1074184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 13:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Max-value-line/m-p/709395#M1074184</guid>
      <dc:creator />
      <dc:date>2014-08-04T13:26:17Z</dc:date>
    </item>
  </channel>
</rss>

