<?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: How to extract last record in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460203#M795378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this? &lt;/P&gt;&lt;P&gt;If this is not what you looking for tell us the output you are expecting. You sample data has only 3 rows, so you want the last row to be displayed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *, RecNo() AS RowNum INLINE [ &lt;/P&gt;&lt;P&gt;NO, NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2, B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3,C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vLastRec = Peek('RowNum', -1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// INNER JOIN&lt;/P&gt;&lt;P&gt;RIGHT JOIN &lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;Resident Table1&lt;/P&gt;&lt;P&gt;WHERE RowNum = $(vLastRec);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Jan 2018 16:30:59 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2018-01-09T16:30:59Z</dc:date>
    <item>
      <title>How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460195#M795370</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to extract last record from table/file? we can extract first record by First function like Qlik has any function?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nihhal.&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/How-to-extract-last-record/m-p/1460195#M795370</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460196#M795371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no specific function called Last. But, To get work you can simply call&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load Name, Sales From Table Order By Name Desc;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 09:55:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460196#M795371</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-08T09:55:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460197#M795372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil - Tried this earlier but i was getting error as "garbage after statement".&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: underline;"&gt;My code:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;First 1&lt;/P&gt;&lt;P&gt;LOAD NO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Desktop\test.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Order by NAME Desc;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 10:05:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460197#M795372</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-01-08T10:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460198#M795373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Nihhal,&lt;/P&gt;&lt;P&gt;issue might be with Order by clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try below &lt;/P&gt;&lt;P&gt;TableA:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD NO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C:\Users\Desktop\test.xlsx&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;noconcatenate&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Table B:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;First1 &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load * resident &lt;SPAN style="font-size: 13.3333px;"&gt;TableA&amp;nbsp;&amp;nbsp;&amp;nbsp; order by &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;NAME;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Drop table A;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 10:44:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460198#M795373</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2018-01-08T10:44:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460199#M795374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sasi - still i am getting same error, think i need to try with qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt;First 1&lt;/P&gt;&lt;P&gt;LOAD NO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Desktop\test.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;Order By NAME Desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;Resident tab Order by NAME desc;&lt;/P&gt;&lt;P&gt;DROP Table tab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 11:47:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460199#M795374</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-01-08T11:47:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460200#M795375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; should remove order by NAME desc while loading excel file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;tab:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;First 1&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;LOAD NO,&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;C:\Users\Desktop\test.xlsx&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;tab2:&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Resident tab Order by NAME desc;&lt;/P&gt;&lt;P style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;DROP Table tab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 11:50:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460200#M795375</guid>
      <dc:creator>sasikanth</dc:creator>
      <dc:date>2018-01-08T11:50:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460201#M795376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You should do this using Resident load due to Order By is not implement for first load. So, Finally this should be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;tab:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;LOAD NO,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;FROM&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C:\Users\Desktop\test.xlsx&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;tab2:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;NoConcatenate&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Load *&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Resident tab Order by NAME desc;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DROP Table tab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 11:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460201#M795376</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-08T11:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460202#M795377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil - I tried and still it is showing first record (not last). My data source is simple as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;NO, NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1, A&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2, B&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;3,C&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab:&lt;/P&gt;&lt;P&gt;First 1&lt;/P&gt;&lt;P&gt;LOAD NO, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAME&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;C:\Users\Desktop\test.xlsx&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tab2:&lt;/P&gt;&lt;P&gt;NoConcatenate&lt;/P&gt;&lt;P&gt;Load &lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;Resident tab&lt;/P&gt;&lt;P&gt;Order by NO desc;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DROP Table tab;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:04:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460202#M795377</guid>
      <dc:creator>nihhalmca</dc:creator>
      <dc:date>2018-01-09T16:04:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460203#M795378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be try this? &lt;/P&gt;&lt;P&gt;If this is not what you looking for tell us the output you are expecting. You sample data has only 3 rows, so you want the last row to be displayed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;LOAD *, RecNo() AS RowNum INLINE [ &lt;/P&gt;&lt;P&gt;NO, NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1, A&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2, B&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3,C&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vLastRec = Peek('RowNum', -1);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;// INNER JOIN&lt;/P&gt;&lt;P&gt;RIGHT JOIN &lt;/P&gt;&lt;P&gt;LOAD * &lt;/P&gt;&lt;P&gt;Resident Table1&lt;/P&gt;&lt;P&gt;WHERE RowNum = $(vLastRec);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:30:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460203#M795378</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2018-01-09T16:30:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460204#M795379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main Reason you've place FIRST statement in wrong place. Should be &lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/189515_Capture.JPG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 01:44:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460204#M795379</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-01-10T01:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to extract last record</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460205#M795380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #000000; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 12px;"&gt;&lt;SPAN&gt;Hi &lt;SPAN class="hiddenSpellError" style="border-bottom: 2px solid red;"&gt;Nihhal&lt;/SPAN&gt; L,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 12px;"&gt;&lt;SPAN&gt;I think you should add a column &lt;SPAN class="hiddenSpellError" style="border-bottom: 2px solid red;"&gt;Rowno&lt;/SPAN&gt;() on Script Load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 12px;"&gt;&lt;SPAN&gt;So you can sort it on your table (desc or &lt;SPAN class="hiddenSpellError" style="border-bottom: 2px solid red;"&gt;asc&lt;/SPAN&gt; it's up to you)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 12px;"&gt;&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Thank you!&lt;/P&gt;&lt;P style="color: #000000; font-family: 'Lucida Grande', Helvetica, Arial, sans-serif; font-size: 12px;"&gt;Justin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jan 2018 04:12:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-extract-last-record/m-p/1460205#M795380</guid>
      <dc:creator>justinphamvn</dc:creator>
      <dc:date>2018-01-10T04:12:15Z</dc:date>
    </item>
  </channel>
</rss>

