<?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 LastValueSorted in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192037#M875952</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;You can use + or - sign to reverse the sorting order like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;firstsortedvalue(Customer,-orderDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HTH&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2016 11:15:31 GMT</pubDate>
    <dc:creator>sushil353</dc:creator>
    <dc:date>2016-10-25T11:15:31Z</dc:date>
    <item>
      <title>Is there a LastValueSorted</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192035#M875950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like FirstSortedValue, is there a LastValueSorted as I need the lowest value rather than the first, or is there another way?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192035#M875950</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a LastValueSorted</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192036#M875951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can change the sort order&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FirstSortedValue(Dim, -Date) -&amp;gt; 1st from the top&lt;/P&gt;&lt;P&gt;FirstSortedValue(Dim, Date) -&amp;gt; 1st from the bottom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:14:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192036#M875951</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-25T11:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a LastValueSorted</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192037#M875952</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;You can use + or - sign to reverse the sorting order like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;firstsortedvalue(Customer,-orderDate)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;HTH&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:15:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192037#M875952</guid>
      <dc:creator>sushil353</dc:creator>
      <dc:date>2016-10-25T11:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a LastValueSorted</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192038#M875953</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;firstsortedvalue(Dimension, -Measure)&lt;/P&gt;&lt;P&gt;It will give you last value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:24:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192038#M875953</guid>
      <dc:creator>shraddha_g</dc:creator>
      <dc:date>2016-10-25T11:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a LastValueSorted</title>
      <link>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192039#M875954</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, I've got the answer now lol.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2016 11:26:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-there-a-LastValueSorted/m-p/1192039#M875954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-25T11:26:42Z</dc:date>
    </item>
  </channel>
</rss>

