<?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: last value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/last-value/m-p/290147#M498513</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you select 2 values of year you get the last value for max year.&lt;/P&gt;&lt;P&gt;Is it ok for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Jul 2011 11:47:08 GMT</pubDate>
    <dc:creator>sparur</dc:creator>
    <dc:date>2011-07-19T11:47:08Z</dc:date>
    <item>
      <title>last value</title>
      <link>https://community.qlik.com/t5/QlikView/last-value/m-p/290144#M498510</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 have the following data and was wondering what is the best approach to collect the last value...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value, date&lt;/P&gt;&lt;P&gt;1532.00, 29/01/2010&lt;/P&gt;&lt;P&gt;1560.00,31/01/2010&lt;/P&gt;&lt;P&gt;1590.00,17/9/2010&lt;/P&gt;&lt;P&gt;1420.00,30/12/2010&lt;/P&gt;&lt;P&gt;1500.00, 29/01/2011&lt;/P&gt;&lt;P&gt;1300.00,31/01/2011&lt;/P&gt;&lt;P&gt;1990.00,17/9/2011&lt;/P&gt;&lt;P&gt;110.00,30/12/2011&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I am looking for, is while doing the chart, and in case the year selected ... then I should show the values related to last value of each year, and if months selected then the same thing to show the last value of each month .... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any help &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 10:14:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value/m-p/290144#M498510</guid>
      <dc:creator />
      <dc:date>2011-07-19T10:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: last value</title>
      <link>https://community.qlik.com/t5/QlikView/last-value/m-p/290145#M498511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I think, that the most simple way it's:&lt;/P&gt;&lt;P&gt;- create a variable, for example, with name vMaxDate and with definition: =Date(max(TransDate), 'DD/MM/YYYY').&lt;/P&gt;&lt;P&gt;- create a Set Analysis expression with this variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for more details, please see in my small example in attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 10:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value/m-p/290145#M498511</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2011-07-19T10:55:42Z</dc:date>
    </item>
    <item>
      <title>last value</title>
      <link>https://community.qlik.com/t5/QlikView/last-value/m-p/290146#M498512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;many thanks Sparur, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set earlier the same , but my issue is that if I select the 2 years (2010 &amp;amp; 2011) I should be able to see the last value of each year in the chart .... in your example, I can only see one selection at a time &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 11:17:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value/m-p/290146#M498512</guid>
      <dc:creator />
      <dc:date>2011-07-19T11:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: last value</title>
      <link>https://community.qlik.com/t5/QlikView/last-value/m-p/290147#M498513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you select 2 values of year you get the last value for max year.&lt;/P&gt;&lt;P&gt;Is it ok for you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 11:47:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value/m-p/290147#M498513</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2011-07-19T11:47:08Z</dc:date>
    </item>
    <item>
      <title>last value</title>
      <link>https://community.qlik.com/t5/QlikView/last-value/m-p/290148#M498514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; nop, if I select the 2 values, I need to see the value of each year (i.e. 2 records in the sheet) ... currently I see the last value of 2011.... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 11:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value/m-p/290148#M498514</guid>
      <dc:creator />
      <dc:date>2011-07-19T11:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: last value</title>
      <link>https://community.qlik.com/t5/QlikView/last-value/m-p/290149#M498515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ok, I'm understand now.&lt;/P&gt;&lt;P&gt;may be you can create a new table with group by statement in the script:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jul 2011 12:12:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value/m-p/290149#M498515</guid>
      <dc:creator>sparur</dc:creator>
      <dc:date>2011-07-19T12:12:51Z</dc:date>
    </item>
    <item>
      <title>last value</title>
      <link>https://community.qlik.com/t5/QlikView/last-value/m-p/290150#M498516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks, that works for me ... but I noticed the layout used in the list box is not available for me.... is it a theme that I should download ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Aug 2011 06:23:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/last-value/m-p/290150#M498516</guid>
      <dc:creator />
      <dc:date>2011-08-04T06:23:25Z</dc:date>
    </item>
  </channel>
</rss>

