<?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 Date Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223497#M76001</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ulrich,&lt;/P&gt;&lt;P&gt;see the modified example.&lt;/P&gt;&lt;P&gt;Add a calculated dimension in your table and it works.&lt;/P&gt;&lt;P&gt;But, if you are working with a large data volume the performance will be slowed down.&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Oct 2009 16:43:19 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-26T16:43:19Z</dc:date>
    <item>
      <title>Last Date Value</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223494#M75998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a funktion that selects the value form the last Date entered. I give you an example:&lt;/P&gt;&lt;P&gt;My table looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Part Warehouse Date average price amount&lt;/P&gt;&lt;P&gt;1 10 01.01.2005 2,57 2000&lt;/P&gt;&lt;P&gt;1 10 02.01.2006 2,59 1000&lt;/P&gt;&lt;P&gt;........&lt;/P&gt;&lt;P&gt;1 10 27.10.2009 2,89 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the following output:&lt;/P&gt;&lt;P&gt;Part Warehouse Date average price amount&lt;/P&gt;&lt;P&gt;1 10 27.10.2009 2,89 1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 15:40:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223494#M75998</guid>
      <dc:creator />
      <dc:date>2009-10-23T15:40:54Z</dc:date>
    </item>
    <item>
      <title>Last Date Value</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223495#M75999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;see the example.&lt;/P&gt;&lt;P&gt;I hope you are looking for this kind of solution.&lt;/P&gt;&lt;P&gt;Good luck!&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Oct 2009 16:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223495#M75999</guid>
      <dc:creator />
      <dc:date>2009-10-23T16:02:27Z</dc:date>
    </item>
    <item>
      <title>Last Date Value</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223496#M76000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That kind of solution is exactly what I am looking for. I just would like to have that funktion in the object instead in the script. Is there any possibility?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ulrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 16:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223496#M76000</guid>
      <dc:creator />
      <dc:date>2009-10-26T16:01:23Z</dc:date>
    </item>
    <item>
      <title>Last Date Value</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223497#M76001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ulrich,&lt;/P&gt;&lt;P&gt;see the modified example.&lt;/P&gt;&lt;P&gt;Add a calculated dimension in your table and it works.&lt;/P&gt;&lt;P&gt;But, if you are working with a large data volume the performance will be slowed down.&lt;/P&gt;&lt;P&gt;Rainer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 16:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223497#M76001</guid>
      <dc:creator />
      <dc:date>2009-10-26T16:43:19Z</dc:date>
    </item>
    <item>
      <title>Last Date Value</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223498#M76002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A possible alternative is to use a set analysis modifier.&lt;/P&gt;&lt;P&gt;Only({&amp;lt;Date = {"=Max(Date)"} &amp;gt;} Amount)&lt;/P&gt;&lt;P&gt;This means "get the amount column, but only having filtered the date column so it's equal to the maximum date".&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 17:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223498#M76002</guid>
      <dc:creator />
      <dc:date>2009-10-26T17:03:46Z</dc:date>
    </item>
    <item>
      <title>Last Date Value</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223499#M76003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Funktion is what I am looking for. All I have to do is to select the Value of the Field "Turnover" at the max date. I don't want to see the sum of that field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All I need is a row with the Inventory from the 14th Sept 2005. (the table is a lot bigger but I hope with this information I will get it done by myself)&lt;/P&gt;&lt;P&gt;&lt;A href="http://community.qlik.com/cfs-file.ashx/__key/CommunityServer.Discussions.Components.Files/11/6471.Lager.jpg"&gt;&lt;IMG alt="" border="0" src="http://community.qlik.com/resized-image.ashx/__size/550x0/__key/CommunityServer.Discussions.Components.Files/11/6471.Lager.jpg" /&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Oct 2009 20:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223499#M76003</guid>
      <dc:creator />
      <dc:date>2009-10-26T20:08:34Z</dc:date>
    </item>
    <item>
      <title>Last Date Value</title>
      <link>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223500#M76004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;DIV class=" " id="tts_button"&gt;&lt;/DIV&gt;&lt;P&gt;thanks to Rainer Filoada. I also use this solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 14:45:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Last-Date-Value/m-p/223500#M76004</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-03-22T14:45:48Z</dc:date>
    </item>
  </channel>
</rss>

