<?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: Show last / most recent plotted expression value on chart? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-last-most-recent-plotted-expression-value-on-chart/m-p/560116#M551067</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I usually would not do multiple posts but in this case moderation was taking &amp;gt; 24 hrs and with the great contributors in the forums In the past often one would have a solution posted in a hour or two so I was unsure what the issue was this time and what had happenned to my posting (i.e. whether it had gotten lost or whether there was just a delay in moderation) so I tried again, but after 2 days concluded it wasnt ever going to work so left it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2013 09:05:17 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-11-25T09:05:17Z</dc:date>
    <item>
      <title>Show last / most recent plotted expression value on chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-most-recent-plotted-expression-value-on-chart/m-p/560114#M551065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For some reason my post on the same topic yesterday appears to not have made it through moderation so am trying again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Given a typical chart, below I wish to show the data value on the chart but only for the most recent / right-hand-most record displayed - e.g. I want to see something like the yellow highlighted areas below, either approach will do for me.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2QlikView x64 - [X__40 MODELS_WIP-MarkerEfficiency-test.qvw_]_2013-11-21_12-50-13.png" class="jive-image" src="/legacyfs/online/49357_2QlikView x64 - [X__40 MODELS_WIP-MarkerEfficiency-test.qvw_]_2013-11-21_12-50-13.png" style="width: 620px; height: 284px;" /&gt;&lt;/P&gt;&lt;P&gt;I know Expressions -&amp;gt; Values on data points exists but as you know this shows all values and on narrow bars is effectively illegible for my purposes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried adaptations of &lt;A href="http://www.qliktips.com/2012/07/lose-legend-in-line-charts.html" title="http://www.qliktips.com/2012/07/lose-legend-in-line-charts.html"&gt;Qlik Tips: Lose the Legend in Line Charts &lt;/A&gt;&lt;/P&gt;&lt;P&gt;where use of the Values on data points feature is used with a formula along these lines: &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px; font-size: medium; font-family: Courier;"&gt;&lt;STRONG&gt;Dual(&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px; font-size: medium; font-family: Courier;"&gt;&lt;STRONG&gt; If(MonthYear=Max(total MonthYear), CategoryType, ''),&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px; font-size: medium; font-family: Courier;"&gt;&lt;STRONG&gt; Sum(Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px; font-size: medium; font-family: Courier;"&gt;&lt;STRONG&gt; )&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've tried various approaches using my fields and tables but am not getting the expression field value to display. I'm just getting either Null or the dimension value to plot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using a date axis on the above I couldnt get it to work, so I tried another way using firstsortedvalue in a text box but using data as the x-axis it only shows me Null. I then tried with a product/itemreference and it showed me the correct itemreference but not the value of [Marker Efficiency] at that point. I also noticed that this method worked fine in a text box but not when doing something like putting &lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; color: #000000; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;='Latest Efficiency = ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #0000ff; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;firstsortedvalue&lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #000000; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Tahoma; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px; font-size: medium;"&gt; &lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #800000; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;itemReference1&lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #000000; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;,&lt;STRONG&gt;-&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #0000ff; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;Aggr&lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #000000; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Tahoma; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px; font-size: medium;"&gt; &lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #0000ff; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;Avg&lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #000000; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Tahoma; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px; font-size: medium;"&gt; &lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #0000ff; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;Distinct&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Tahoma; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px; font-size: medium;"&gt; &lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #800000; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;[Marker Efficiency]&lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #000000; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;),&lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #800000; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;itemReference1&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Tahoma; font-style: normal; font-weight: normal; text-align: -webkit-auto; text-indent: 0px; font-size: medium;"&gt; &lt;/SPAN&gt;&lt;SPAN style="text-indent: 0px; color: #000000; font-style: normal; font-size: 9pt; font-family: Arial; font-weight: normal;"&gt;)) in the window or chart title, there it shows the expression text but not its evalued form.&lt;BR /&gt;&lt;/SPAN&gt;&lt;IMG alt="3BI - Evernote_2013-11-21_16-00-26.png" class="jive-image" src="/legacyfs/online/49363_3BI - Evernote_2013-11-21_16-00-26.png" style="width: 620px; height: 425px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I get firstsortedvalue to work with a date dimension on the x-axis and then display the expression (bar plot) value of the last plotted expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried using the Peek function but only get Nulls that way too.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I achive what I'm trying to do. First graph - the yellow highlights above. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 14:25:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-most-recent-plotted-expression-value-on-chart/m-p/560114#M551065</guid>
      <dc:creator />
      <dc:date>2013-11-21T14:25:29Z</dc:date>
    </item>
    <item>
      <title>Re: Show last / most recent plotted expression value on chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-most-recent-plotted-expression-value-on-chart/m-p/560115#M551066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please do not post the same thing multiple times.&amp;nbsp; The reply to this is on: &lt;A href="https://community.qlik.com/thread/99553"&gt;Display / determine value of most recent datapoint in chart?&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Nov 2013 15:47:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-most-recent-plotted-expression-value-on-chart/m-p/560115#M551066</guid>
      <dc:creator>Nicole-Smith</dc:creator>
      <dc:date>2013-11-23T15:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Show last / most recent plotted expression value on chart?</title>
      <link>https://community.qlik.com/t5/QlikView/Show-last-most-recent-plotted-expression-value-on-chart/m-p/560116#M551067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I usually would not do multiple posts but in this case moderation was taking &amp;gt; 24 hrs and with the great contributors in the forums In the past often one would have a solution posted in a hour or two so I was unsure what the issue was this time and what had happenned to my posting (i.e. whether it had gotten lost or whether there was just a delay in moderation) so I tried again, but after 2 days concluded it wasnt ever going to work so left it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 09:05:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-last-most-recent-plotted-expression-value-on-chart/m-p/560116#M551067</guid>
      <dc:creator />
      <dc:date>2013-11-25T09:05:17Z</dc:date>
    </item>
  </channel>
</rss>

