<?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 Show the Last Value from Field in a Table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697196#M1083035</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 have a Simple Table with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ACCOUNT_ID&lt;/LI&gt;&lt;LI&gt;INSPECTION_DATE&lt;/LI&gt;&lt;LI&gt;AMOUNT&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Account_Id could have 2 Inspection_Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to show in this Simple Table the last Inspection_Date for the Account_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how could I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jun 2014 15:03:04 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-06-17T15:03:04Z</dc:date>
    <item>
      <title>Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697196#M1083035</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 have a Simple Table with:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;ACCOUNT_ID&lt;/LI&gt;&lt;LI&gt;INSPECTION_DATE&lt;/LI&gt;&lt;LI&gt;AMOUNT&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 Account_Id could have 2 Inspection_Date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is to show in this Simple Table the last Inspection_Date for the Account_id.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how could I do that?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697196#M1083035</guid>
      <dc:creator />
      <dc:date>2014-06-17T15:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697197#M1083036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the straight table &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension:- ACCOUNT_ID&lt;/P&gt;&lt;P&gt;Expression:- FirstSortedValue(INSPECTION_DATE, AMOUNT)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then you get latest date for the ACCOUNT_ID.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697197#M1083036</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T15:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697198#M1083037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the order of the parameters in the function is inverted and missing the - sign. It should be:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; =FirstSortedValue(AMOUNT, -INSPECTION_DATE)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:21:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697198#M1083037</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-17T15:21:10Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697199#M1083038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do I have to put the minus sign in the Dimension/Expression?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697199#M1083038</guid>
      <dc:creator />
      <dc:date>2014-06-17T15:24:46Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697200#M1083039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi try below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dimension--&amp;gt; ACCOUNT_ID&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression--&amp;gt; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FirstSortedValue(AMOUNT, -INSPECTION_DATE)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697200#M1083039</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-17T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697201#M1083040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No i believe it is for the first inspection date for that please see this small example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD ACCOUNT_ID,Date#(INSPECTION_DATE,'DD/MM/YYYY') AS INSPECTION_DATE,AMOUNT;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ACCOUNT_ID,INSPECTION_DATE,AMOUNT&lt;/P&gt;&lt;P&gt;1,14/06/2014,158742&lt;/P&gt;&lt;P&gt;1,15/06/2014,021212&lt;/P&gt;&lt;P&gt;1,16/06/2014,15847&lt;/P&gt;&lt;P&gt;2,12/04/2014,158256&lt;/P&gt;&lt;P&gt;2,15/06/2014,45821&lt;/P&gt;&lt;P&gt;3,12/04/2014,285862&lt;/P&gt;&lt;P&gt;3,16/03/2014,45823&lt;/P&gt;&lt;P&gt;3,15/05/2014,48526&lt;/P&gt;&lt;P&gt;4,12/04/2014,25886&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Use this Dimension and Measure&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Dimension:- ACCOUNT_ID&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Expression:- FirstSortedValue(INSPECTION_DATE, AMOUNT)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;The output is&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="196"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="17" width="98"&gt;ACCOUNT_ID&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="98"&gt;INSPECTION_DATE&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;16/06/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;15/06/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;3&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;16/03/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl66" height="17" style="border-top: none;"&gt;4&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;12/04/2014&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:30:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697201#M1083040</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T15:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697202#M1083041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What output you required below is example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="border: 0px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;" width="196"&gt;&lt;TBODY style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl63" height="17" style="padding-right: 4px; padding-left: 4px; border: 0px solid black; font-style: inherit; font-family: inherit;" width="98"&gt;ACCOUNT_ID&lt;/TD&gt;&lt;TD class="xl63" style="padding-right: 4px; padding-left: 4px; border-style: solid solid solid none; border-top-color: black; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;" width="98"&gt;INSPECTION_DATE&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl66" height="17" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-family: inherit;"&gt;1&lt;/TD&gt;&lt;TD class="xl66" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;16/06/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl66" height="17" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-family: inherit;"&gt;2&lt;/TD&gt;&lt;TD class="xl66" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;15/06/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl66" height="17" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-family: inherit;"&gt;3&lt;/TD&gt;&lt;TD class="xl66" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;16/03/2014&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="border: 0px; font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;TD class="xl66" height="17" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid; border-right-color: black; border-bottom-color: black; border-left-color: black; font-style: inherit; font-family: inherit;"&gt;4&lt;/TD&gt;&lt;TD class="xl66" style="padding-right: 4px; padding-left: 4px; border-style: none solid solid none; border-right-color: black; border-bottom-color: black; font-style: inherit; font-family: inherit;"&gt;12/04/2014&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697202#M1083041</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T15:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697203#M1083042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REF: Anand Chouhan Data :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below in your script and you will get the first and last inspection date. Use whatever date you want ....&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD &lt;/P&gt;&lt;P&gt;&amp;nbsp; ACCOUNT_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date#(INSPECTION_DATE,'DD/MM/YYYY') AS INSPECTION_DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; AMOUNT;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;&amp;nbsp; ACCOUNT_ID,INSPECTION_DATE,AMOUNT&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1,14/06/2014,158742&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1,15/06/2014,021212&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1,16/06/2014,15847&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2,12/04/2014,158256&lt;/P&gt;&lt;P&gt;&amp;nbsp; 2,15/06/2014,45821&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3,12/04/2014,285862&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3,16/03/2014,45823&lt;/P&gt;&lt;P&gt;&amp;nbsp; 3,15/05/2014,48526&lt;/P&gt;&lt;P&gt;&amp;nbsp; 4,12/04/2014,25886&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Join&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;&amp;nbsp; ACCOUNT_ID,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Max(INSPECTION_DATE)) as Last_INSPECTION_DATE,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Date(Min(INSPECTION_DATE)) as First_INSPECTION_DATE&lt;/P&gt;&lt;P&gt;Resident Tab1&lt;/P&gt;&lt;P&gt;Group By ACCOUNT_ID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=======&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:37:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697203#M1083042</guid>
      <dc:creator>MK_QSL</dc:creator>
      <dc:date>2014-06-17T15:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697204#M1083043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your expression is returning the inspection date with the least Amount.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What Mart needs is the last inspection date, which is the result of max(INSPECTION_DATE). If he also wants the amount of that inspections, the function &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FirstSortedValue(AMOUNT, -INSPECTION_DATE)&lt;/SPAN&gt; will give him the right result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Eduardo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697204#M1083043</guid>
      <dc:creator>eduardo_sommer</dc:creator>
      <dc:date>2014-06-17T15:39:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697205#M1083044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mart,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the script like below scripts and load another table for latest date with the simple example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tab1:&lt;/P&gt;&lt;P&gt;LOAD ACCOUNT_ID,Date#(INSPECTION_DATE,'DD/MM/YYYY') AS INSPECTION_DATE,AMOUNT;&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;ACCOUNT_ID,INSPECTION_DATE,AMOUNT&lt;/P&gt;&lt;P&gt;1,14/06/2014,158742&lt;/P&gt;&lt;P&gt;1,15/06/2014,021212&lt;/P&gt;&lt;P&gt;1,16/06/2014,15847&lt;/P&gt;&lt;P&gt;2,12/04/2014,158256&lt;/P&gt;&lt;P&gt;2,15/06/2014,45821&lt;/P&gt;&lt;P&gt;3,12/04/2014,285862&lt;/P&gt;&lt;P&gt;3,16/03/2014,45823&lt;/P&gt;&lt;P&gt;3,15/05/2014,48526&lt;/P&gt;&lt;P&gt;4,12/04/2014,25886&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NewDetails:&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;ACCOUNT_ID,&lt;/P&gt;&lt;P&gt;Date(Min(INSPECTION_DATE),'DD/MM/YYYY') as EarliestDate,&lt;/P&gt;&lt;P&gt;Date(Max(INSPECTION_DATE),'DD/MM/YYYY') as LatestDate&lt;/P&gt;&lt;P&gt;Resident Tab1&lt;/P&gt;&lt;P&gt;Group By ACCOUNT_ID;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in the Table box Plot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ACCOUNT_ID,EarliestDate,LatestDate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if having problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:52:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697205#M1083044</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T15:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697206#M1083045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes it is right by AMOUNT the date is not obtain because in data the amount should be same then it is not worked, thanks for identify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:53:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697206#M1083045</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T15:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: Show the Last Value from Field in a Table</title>
      <link>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697207#M1083046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Eduardo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By AMOUNT in firstsortedvalue is not good enough i change the script and use Max and Min because in data the amount should be same in some condition then not worked Max and Min should be the right one. I wanted to do it with the Max and Min but suddenly use Firstsortedvalue. For Amount it is correct &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;FirstSortedValue(INSPECTION_DATE, AMOUNT)&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 15:58:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Show-the-Last-Value-from-Field-in-a-Table/m-p/697207#M1083046</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2014-06-17T15:58:17Z</dc:date>
    </item>
  </channel>
</rss>

