<?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 Last time value in time line chart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856273#M1000892</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;I'm creating a time chart which presents sum of sales over time.&lt;/P&gt;&lt;P&gt;Time is actually a dimensional group: Month/Year, Year, Month, Day.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The example attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The problem is that in every last value of time dimension (like Jun/2015 if we choose Month/Year, or 2015 if we choose year etc)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the chart line goes drastically down which makes a totally wrong impression that the sales gone down lately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;What I want to do is to show sum of sales for all periods except for the last one, and for the last one I'd like to show sales &lt;/SPAN&gt;RUN RATE&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;And all this needs to be dynamic...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks in advance for any assistance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Jun 2015 16:08:44 GMT</pubDate>
    <dc:creator>linoyel</dc:creator>
    <dc:date>2015-06-18T16:08:44Z</dc:date>
    <item>
      <title>Last time value in time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856273#M1000892</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;I'm creating a time chart which presents sum of sales over time.&lt;/P&gt;&lt;P&gt;Time is actually a dimensional group: Month/Year, Year, Month, Day.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The example attached.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;The problem is that in every last value of time dimension (like Jun/2015 if we choose Month/Year, or 2015 if we choose year etc)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;the chart line goes drastically down which makes a totally wrong impression that the sales gone down lately.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;What I want to do is to show sum of sales for all periods except for the last one, and for the last one I'd like to show sales &lt;/SPAN&gt;RUN RATE&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;And all this needs to be dynamic...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Thanks in advance for any assistance &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 16:08:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856273#M1000892</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2015-06-18T16:08:44Z</dc:date>
    </item>
    <item>
      <title>Re: Last time value in time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856274#M1000893</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you could use something like this&lt;/P&gt;&lt;P&gt;=if(max(Date) &amp;gt;= monthstart(date(max({1}Date))), 'expresion1','&lt;SPAN style="font-size: 13.3333330154419px;"&gt;expresion2&lt;/SPAN&gt;')&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jun 2015 16:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856274#M1000893</guid>
      <dc:creator>ramoncova06</dc:creator>
      <dc:date>2015-06-18T16:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Last time value in time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856275#M1000894</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Ramon, I tried it but what it does - it applies the expression for the whole range in chart and not only for the needed values...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 07:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856275#M1000894</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2015-06-21T07:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Last time value in time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856276#M1000895</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need your current expression, and then add to it the run rate for the remaining days.&amp;nbsp; You can do this with a bit of set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, try getting the current month added twice at the end.&amp;nbsp; To do this, set up a variable with the max MonthYear, call it &lt;STRONG&gt;vMaxMonthYear&lt;/STRONG&gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Max(MonthYear)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The expression will then be something like;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;sum(Value) + sum({&amp;lt;MonthYear={'$(vMaxMonthYear)'}&amp;gt;}Value)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check that works before moving on; you may need to put a &lt;STRONG&gt;Date&lt;/STRONG&gt; function around the &lt;STRONG&gt;Max(MonthYear)&lt;/STRONG&gt; to convert it to the correct format to match the month year.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you have that, you can set about turning it into a run rate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will want two more variables, &lt;STRONG&gt;vDaysInMaxMonth &lt;/STRONG&gt;and &lt;STRONG&gt;vMaxDayInMaxMonth&lt;/STRONG&gt; these will be something like;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Day(MonthEnd(vMaxMonthYear))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Day(max({&amp;lt;MonthYear={'$(vMaxMonthYear)'}&amp;gt;}Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Test that these variables have the correct values (eg. 30 and 21) before proceeding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now you want to work out the factor you need for your run rate from those values, a new variable &lt;STRONG&gt;vRunRateFactor&lt;/STRONG&gt; can be set up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=(vDaysInMaxMonth - vMaxDayInMaxMonth) / vMaxDayInMaxMonth&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;All being well, and if you get onto this today, you should get 0.3 in this variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can then apply this factor back to your original expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;STRONG&gt;sum(Value) + (sum({&amp;lt;MonthYear={'$(vMaxMonthYear)'}&amp;gt;}Value) * vRunRateFactor)&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Good spot that having a run rate like this is a "good thing".&amp;nbsp; If you have a bar chart, rather than a line chart, you can add the extra run rate on as a stacked bar (a separate expression) rather than adding on to the main expression - but you then lose the ability not to have an axis that doesn't start at zero.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;You should make sure that somewhere on the chart that it is clear that the final month has a run rate added, perhaps with text in chart?&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;All code has been typed directly into this response, so may need a bit of tweaking, but hopefully it will be enough to point you in the right direction.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Steve&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 08:33:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856276#M1000895</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-06-21T08:33:54Z</dc:date>
    </item>
    <item>
      <title>Re: Last time value in time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856277#M1000896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for your helpful answer!&lt;/P&gt;&lt;P&gt;All formulas were right &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I added the run rate expression to the line chart I had and I got this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/90171_Capture.PNG" style="height: 370px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only question is if it's possible to use run rate calculated the way you've suggested when I have a dimensional dates group (and not a single month/year dimension). For example, if a user wants to see Sales $ by years or by days...&lt;/P&gt;&lt;P&gt;Do you think there is a way or I'll have to multiply the chart several times for each of the wanted dimensions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 10:53:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856277#M1000896</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2015-06-21T10:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Last time value in time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856278#M1000897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad it worked out well for you.&amp;nbsp; The chart looks good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the dimension from Year to Month to Day you simply need to change the expression you are adding on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using a Drill Down group (which I wouldn't, see &lt;A href="https://community.qlik.com/docs/DOC-4311"&gt;QlikView App: Dynamic Date Dimension&lt;/A&gt;) you can use GetCurrentField for this.&amp;nbsp; I presume for the day you don't need a run rate (unless you do a run rate to hours), you have the code for the month, and the year can be worked out in a similar fashion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you would end up with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;sum(Value) +&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GetCurrentField(DateDrilldown) = 'Year', &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; (sum({&amp;lt;Year={'$(vMaxYear)'}&amp;gt;}Value) * vYearRunRateFactor)&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-weight: bold;"&gt;if(GetCurrentField(DateDrilldown) = 'MonthYear',&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp; (sum({&amp;lt;MonthYear={'$(vMaxMonthYear)'}&amp;gt;}Value) * vRunRateFactor), 0))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;vYearRunRateFactor&lt;/STRONG&gt; variable would need to know the day of the year, using &lt;STRONG&gt;DayNumberOfYear&lt;/STRONG&gt;:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;=DayNumberOfYear(max({&amp;lt;Year={'$(&lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vMaxYear&lt;/STRONG&gt;)'}&amp;gt;}Date))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hopefully you can work out the rest of the required values for &lt;STRONG style="font-size: 13.3333320617676px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vYearRunRateFactor &lt;/STRONG&gt;from that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Jun 2015 19:15:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856278#M1000897</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-06-21T19:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Last time value in time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856279#M1000898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, Steve!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GetCurrentField didn't work in an expression, so I created a variable vGroup ='[' &amp;amp; GetCurrentField(Dates) &amp;amp; ']'&lt;/P&gt;&lt;P&gt;where Dates is my dimensional group.&lt;/P&gt;&lt;P&gt;My final expression is:&lt;/P&gt;&lt;P&gt;sum(ChargeTotal) +&lt;/P&gt;&lt;P&gt;sum({&amp;lt;$(vGroup)={'Year'}, Year={'$(vMaxYear)'}&amp;gt;}ChargeTotal * vYearRunRateFactor) +&lt;/P&gt;&lt;P&gt;sum({&amp;lt;$(vGroup)={'MonthYear'}, MonthYear={'$(vMaxMonthYear)'}&amp;gt;}ChargeTotal * vRunRateFactor)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've read &lt;A href="https://community.qlik.com/docs/DOC-4311"&gt;QlikView App: Dynamic Date Dimension&lt;/A&gt; - it's pretty cool.&lt;/P&gt;&lt;P&gt;I tried to change my dimension to a dynamic one as you suggest but I wasn't able to apply Run Rate calculations on it.&lt;/P&gt;&lt;P&gt;Is it possible to show Run Rate in this case as well?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2015 12:08:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856279#M1000898</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2015-06-22T12:08:49Z</dc:date>
    </item>
    <item>
      <title>Re: Last time value in time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856280#M1000899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Linoy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the back of this solution, I have created a LinkedIn post that further explores the advantages of calculating run rates:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.linkedin.com/pulse/improving-your-run-rate-steve-dark" title="https://www.linkedin.com/pulse/improving-your-run-rate-steve-dark"&gt;Improving Your Run Rate | Steve Dark | LinkedIn&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have also turned my solution above into a blog post on my web site:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.quickintelligence.co.uk/qlik-run-rate/" title="http://www.quickintelligence.co.uk/qlik-run-rate/"&gt;http://www.quickintelligence.co.uk/qlik-run-rate/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you look at the foot of the blog posting you will find links to downloadable examples for the solutions, with charts and code that can be copied and pasted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 23:50:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856280#M1000899</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-07-01T23:50:18Z</dc:date>
    </item>
    <item>
      <title>Re: Last time value in time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856281#M1000900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, you can.&amp;nbsp; Using your (rather neat) Set Analysis solution you simply need to change the vGroup variable to get it's value from the calculated dimension code, rather than the GetCurrentField function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2015 23:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856281#M1000900</guid>
      <dc:creator>stevedark</dc:creator>
      <dc:date>2015-07-01T23:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: Last time value in time line chart</title>
      <link>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856282#M1000901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Steve!&lt;/P&gt;&lt;P&gt;You're amazing &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2015 08:01:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-time-value-in-time-line-chart/m-p/856282#M1000901</guid>
      <dc:creator>linoyel</dc:creator>
      <dc:date>2015-07-02T08:01:41Z</dc:date>
    </item>
  </channel>
</rss>

