<?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: Is there a 'Lastsortedvalue' type function? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/2520502#M1226567</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it doesnt work for me.&lt;BR /&gt;it work for "first" but not for "last" using "-"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FirstSortedValue(&lt;BR /&gt;{&amp;lt;update_date = {"&amp;lt;01/10/2024"}&amp;gt;}&lt;BR /&gt;subscription_status &amp;amp; ' (' &amp;amp; update_datetime &amp;amp; ')',&lt;BR /&gt;update_datetime_num&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what do i do wrong?&lt;/P&gt;</description>
    <pubDate>Sun, 08 Jun 2025 13:34:39 GMT</pubDate>
    <dc:creator>alexC</dc:creator>
    <dc:date>2025-06-08T13:34:39Z</dc:date>
    <item>
      <title>Is there a 'Lastsortedvalue' type function?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/421544#M1160241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have 3 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Client&lt;/P&gt;&lt;P&gt;Month&lt;/P&gt;&lt;P&gt;Revenue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to pull into a straight table a chart that will list the CLIENTS and show REVENUE for the latest month where the client had revenues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some clients don't have revenues in the latest month and instead of showing a blank, I'd like to show the monthly revenue for the latest month where it existed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;firstsortedvalue does the trick for the earliest month, but is there a function for the latest month?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 14:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/421544#M1160241</guid>
      <dc:creator />
      <dc:date>2012-12-10T14:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a 'Lastsortedvalue' type function?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/421545#M1160242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use a negated sort weight, like -1 * MONTH as second argument to FirstSortedValue or just -MONTH:&lt;/P&gt;&lt;P&gt;=FirstSortedValue ( VALUE, -MONTH)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 14:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/421545#M1160242</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2012-12-10T14:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a 'Lastsortedvalue' type function?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/421546#M1160243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I just saw that and it worked great.&amp;nbsp; Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 14:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/421546#M1160243</guid>
      <dc:creator />
      <dc:date>2012-12-10T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a 'Lastsortedvalue' type function?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/2520502#M1226567</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it doesnt work for me.&lt;BR /&gt;it work for "first" but not for "last" using "-"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;FirstSortedValue(&lt;BR /&gt;{&amp;lt;update_date = {"&amp;lt;01/10/2024"}&amp;gt;}&lt;BR /&gt;subscription_status &amp;amp; ' (' &amp;amp; update_datetime &amp;amp; ')',&lt;BR /&gt;update_datetime_num&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;what do i do wrong?&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jun 2025 13:34:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/2520502#M1226567</guid>
      <dc:creator>alexC</dc:creator>
      <dc:date>2025-06-08T13:34:39Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a 'Lastsortedvalue' type function?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/2520539#M1226568</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/201430"&gt;@alexC&lt;/a&gt;you should reverse the sort order using a negative sort weight and make sure it's a proper numeric timestamp.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT size="5" color="#FF0000"&gt;-&lt;/FONT&gt;&lt;/STRONG&gt;update_datetime_num&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2025 08:22:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-Lastsortedvalue-type-function/m-p/2520539#M1226568</guid>
      <dc:creator>BrunPierre</dc:creator>
      <dc:date>2025-06-10T08:22:40Z</dc:date>
    </item>
  </channel>
</rss>

