<?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: Display data point values on line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307377#M1198965</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;Have taken some time on this one (been on the backburner while other items were addressed) but I believe I have a simple answer.&amp;nbsp; To display only the selected date on a line chart use the following script in the Show Value definition of the expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH_DATE &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(REFRESH_DATE&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Oct 2011 00:54:23 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2011-10-26T00:54:23Z</dc:date>
    <item>
      <title>Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307366#M1198954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a line chart with an x-axis time series (which is updated each day with the latest information).&amp;nbsp; The user can select the point in time which they want to view the line chart or default latest update day (today).&amp;nbsp; Because of the number of value points on the line chart it is difficult to see the data values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to restrict the data values to only the selected (latest) date?&amp;nbsp; This means there is only one value visible on the line chart (the last one).&lt;/P&gt;&lt;P&gt;Have tried using the 'Show Value'&amp;nbsp; field but have not been successful.&amp;nbsp; The 'TODAY' function works only if the default value is selected (today).&amp;nbsp; Once the user selects a date prior to today the field does not show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 00:06:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307366#M1198954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-18T00:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307367#M1198955</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add a second expression sourced from the first, but that only establishes itself for the dates you want.&amp;nbsp; For example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;TotalSales = sum(Sales)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;DisplayTotalSales = if(Date=max(total Date),TotalSales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only display data values on the second expression.&amp;nbsp; Maybe I'm missing an easier way, though, as I don't see the "Show Value" on a line chart.&amp;nbsp; Maybe I'm just missing something, or maybe it's a v10 feature (I'm on v9).&amp;nbsp; You might be able to refer to max(total Date) in that field, or max(Date).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 00:15:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307367#M1198955</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-05-18T00:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307368#M1198956</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;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To make it simpler to understand what I am trying to achieve here is a screenshot.&amp;nbsp; The &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Picture1.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/4422_Picture1.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;If the user selects a previous date the data is shown only up to that 'selected' date.&amp;nbsp; I want the data value for the selected date to be displayed on the end of the line graph.&amp;nbsp; The screenshot above uses the 'TODAY' (REFRESH_DATE=TODAY('DD/MM/YYYY') function.&amp;nbsp; Obviously this does not work when a historical date is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 00:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307368#M1198956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-05-18T00:32:07Z</dc:date>
    </item>
    <item>
      <title>Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307369#M1198957</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a very important question. any answer?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 21:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307369#M1198957</guid>
      <dc:creator />
      <dc:date>2011-09-01T21:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307370#M1198958</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;P&gt;aryehgros wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a very important question. any answer?&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They're ALL very important questions.&amp;nbsp; I bet there aren't very many people on this forum posting questions out of idle curiosity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I answered this one.&amp;nbsp; But it appears that either I misunderstood the question, or I did understand it, and Karl and you did not understand my answer.&amp;nbsp; Or maybe my answer is wrong.&amp;nbsp; I can think of cases where it wouldn't work, but nobody has said that either.&amp;nbsp; As far as I can tell, nobody tried my answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I suggested above is looking for the maximum date displayed on the chart, and putting a value above that data point.&amp;nbsp; Karl said "the data is shown only up to that 'selected' date".&amp;nbsp; So the maximum date displayed on the chart should be the 'selected' date, and therefore only that data point should have a data value above it.&amp;nbsp; So what I suggested appears to me to be a solution to the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl doesn't appear to have tried that solution.&amp;nbsp; He appears to have tried using today().&amp;nbsp; I didn't suggest using today(), because "Obviously this does not work when a historical date is selected."&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now, in this specific case, it now appears that field "Refresh Date" contains the date for the data we want to display.&amp;nbsp; So here, you could simplify the solution I gave to this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;DisplaySomething = if(Date="Refresh Date",Something) // display values on this expression only&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I have no idea if I'm even answering the right question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 00:09:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307370#M1198958</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-09-02T00:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307371#M1198959</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;If possible, could you pls send us the sample.qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 06:11:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307371#M1198959</guid>
      <dc:creator />
      <dc:date>2011-09-02T06:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307372#M1198960</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;As per the John's Instructions i hv created an application .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;John u r unbeatable!!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 08:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307372#M1198960</guid>
      <dc:creator />
      <dc:date>2011-09-02T08:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307373#M1198961</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;may be this ( for credit of Erika and John)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please ssee the attched file&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 08:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307373#M1198961</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-09-02T08:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307374#M1198962</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;John/Erica/Sunil,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; thanks for your reply. &lt;/P&gt;&lt;P&gt;&lt;BR /&gt;v10&lt;BR /&gt;I just discovered another solution. I used the reference-line. within the reference-lines dialog, you need to populate the expression &amp;amp; label. you should also set the "show label in chart" flag&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a combo-box it can be found on the Presentation tab. my needs are slightly different. I have a warehouse that i'm charting historical utilization vs capacity. the capacity (size of the warehouse) doesn't usually change, so on the capacity line it should display the value only once. The utilization number should display for each month, since the utilization amount constantly changes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;problems with my solution:&lt;BR /&gt;1) you can't dynically dictate the location of the text. it can be be hard coded with spaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problems with your solution&lt;BR /&gt;1) The legend displays "Value" twice&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 14:40:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307374#M1198962</guid>
      <dc:creator />
      <dc:date>2011-09-02T14:40:50Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307375#M1198963</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason the legend is displaying "Value" twice is that I stated one of the instructions VERY poorly.&amp;nbsp; I'd said "Only display data values on the second expression."&amp;nbsp; I really meant two things by this - on the first expression, do not display data values, and on the second expression, ONLY display data values.&amp;nbsp; In other words, remove the checkmark next to "Line" for the second expression.&amp;nbsp; I definitely should have written that differently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The example is also using a variable, which I wouldn't bother with, and the example fails when you don't select any date.&amp;nbsp; You can fix that by changing the expression to what I said to use, which in the context of this example would be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;if(Date=max(total Date),Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Heh, nope.&amp;nbsp; One minor error.&amp;nbsp; It's displaying the nulls as '-'.&amp;nbsp; I didn't expect that.&amp;nbsp; So change it to a space, I guess:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;if(Date=max(total Date),Value,' ')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That works.&amp;nbsp; Thanks for building the example, Erika.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edit:&amp;nbsp; Oops, I didn't remove the variable like I suggested.&amp;nbsp; I've updated the attachment to do so.&amp;nbsp; Here's the new expression for Value:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;sum({&amp;lt;Date={"&amp;lt;=$(=max(Date))"}&amp;gt;} Value)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 16:15:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307375#M1198963</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2011-09-02T16:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307376#M1198964</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; JOHN UR THE MAN!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Sep 2011 19:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307376#M1198964</guid>
      <dc:creator />
      <dc:date>2011-09-02T19:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307377#M1198965</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;Have taken some time on this one (been on the backburner while other items were addressed) but I believe I have a simple answer.&amp;nbsp; To display only the selected date on a line chart use the following script in the Show Value definition of the expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REFRESH_DATE &lt;SPAN style="font-size: 8pt;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;GetFieldSelections &lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(REFRESH_DATE&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;﻿&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Oct 2011 00:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307377#M1198965</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-26T00:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307378#M1198966</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a variation of this post that this solution does not quite address and I would like some help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I chart all the possible values for Date, I want to display the value of last date in the line chart regardless of what date is selected. Both Karl and John's solutions seem to display only the value associated with the date selected. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any thoughts on how to address. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Apr 2015 03:51:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307378#M1198966</guid>
      <dc:creator />
      <dc:date>2015-04-14T03:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307379#M1198967</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;I need to display the value of last date in the line chart regardless of the date user selects. Do you have any I dea how I can do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks , &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 16:36:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307379#M1198967</guid>
      <dc:creator />
      <dc:date>2015-04-27T16:36:44Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307380#M1198968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need a separate expression to select to show the value on the data points (as described above).&amp;nbsp; Start by putting the identical expression to check you get the value on every point.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When that is working wrap the expression like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(DateDim = $(=max(DateDim)), [your current expression], ' ')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This assumes the dimension on the chart is &lt;STRONG&gt;DateDim&lt;/STRONG&gt;, the square brackets and the code to be replaced with the expression you have on the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have date points beyond where you line ends (i.e. dates with a zero value for the line) you will need to apply Set Analysis to the max, e.g. &lt;STRONG&gt;$(=max({&amp;lt;MyValue={"&amp;lt;&amp;gt;0"}&amp;gt;}DateDim)) &lt;/STRONG&gt;, this will ensure the date you show a value is a date that is actually displayed on the line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 22:50:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307380#M1198968</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-04-27T22:50:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307381#M1198969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have just implemented this and I love how it is dynamic in providing me what I need. I currently use it to highlight the high, low and latest values over a specific period of time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Problem I have is when some values - in this example, the low values - are multiple ones. If you look at the image it shows -18 in red as the low value which happens a few months in a row. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know if there is a way to just show the latest 'low' value - ie just the latest -18.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently the code that calculates the Min Values score is =if(Rank(-avg([QMG Score]))=1,avg({&amp;lt;Period=&amp;gt;}[QMG Score]))&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dimension of the chart is just something called Period - eg 31/12/14&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="QMG problem.PNG" class="jive-image image-1" src="/legacyfs/online/87431_QMG problem.PNG" style="height: 199px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 08:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307381#M1198969</guid>
      <dc:creator>mmonfort</dc:creator>
      <dc:date>2015-05-25T08:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307382#M1198970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a number of different ways you can handle hitting the same value using the Rank function, using an extra parameter, one of these may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not you could add the period to the score, but make sure it is a secondary factor in the rank by multiplying the score, eg:&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; font-size: 13px;"&gt;&lt;STRONG&gt;Rank((-avg([QMG Score]) * 1000000) + Period)&lt;/STRONG&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; font-size: 13px;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Depending on whether you wanted the first or last point marked you could either add or remove the period value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 06:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307382#M1198970</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-05-26T06:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307383#M1198971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karl,&lt;/P&gt;&lt;P&gt;why don't use 'show value' in Expression -&amp;gt; + ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="ShowValue.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/87493_ShowValue.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antonio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2015 07:46:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307383#M1198971</guid>
      <dc:creator>antoniotiman</dc:creator>
      <dc:date>2015-05-26T07:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307384#M1198972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As suggested just modify the already suggested formular, and use the Show Value expression.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jul 2015 08:02:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307384#M1198972</guid>
      <dc:creator />
      <dc:date>2015-07-15T08:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Display data point values on line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307385#M1198973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John / all&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Please how can I display the last data point of the following expression?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;=sum({1&amp;lt;Sale_Date={"&amp;gt;=$(=Max(&lt;SPAN style="font-size: 13.3333px;"&gt;Sale_Date&lt;/SPAN&gt;)-12)&amp;lt;=$(=Max(&lt;SPAN style="font-size: 13.3333px;"&gt;Sale_Date&lt;/SPAN&gt;))"},Product={'Product 1'}&amp;gt;} Sales)/&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count({1&amp;lt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sale_Date&lt;/SPAN&gt;={"&amp;gt;=$(=Max(&lt;SPAN style="font-size: 13.3333px;"&gt;Sale_Date&lt;/SPAN&gt;)-12)&amp;lt;=$(=Max(&lt;SPAN style="font-size: 13.3333px;"&gt;Sale_Date&lt;/SPAN&gt;))"},&lt;SPAN style="font-size: 13.3333px;"&gt;Product={'Product 1'}&amp;gt;} Sales)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Dec 2015 10:29:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Display-data-point-values-on-line-chart/m-p/307385#M1198973</guid>
      <dc:creator />
      <dc:date>2015-12-08T10:29:48Z</dc:date>
    </item>
  </channel>
</rss>

