<?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: Customer table most recent in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Customer-table-most-recent/m-p/1668332#M50449</link>
    <description>&lt;P&gt;Something like this pattern:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Let vRowsToLoad = 200;
Let vLimit = Alt(QvdNoOfRecords('SourceQVD.qvd'), 0);
Let vStart = vLimit - vRowsToLoad - 1;

Data:
LOAD *
FROM [SourceQVD.qvd] (qvd)
Where RowNo() &amp;gt;= $(vStart);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although this will scan the entire file, it should be reasonably quick -- a million rows is not a particularly large QVD.&lt;/P&gt;&lt;P&gt;Edit - fixed missing closing parenthesis.&lt;/P&gt;</description>
    <pubDate>Thu, 23 Jan 2020 06:56:25 GMT</pubDate>
    <dc:creator>jonathandienst</dc:creator>
    <dc:date>2020-01-23T06:56:25Z</dc:date>
    <item>
      <title>Customer table most recent</title>
      <link>https://community.qlik.com/t5/App-Development/Customer-table-most-recent/m-p/1668328#M50448</link>
      <description>&lt;P&gt;How do I load the last few hundred rows from a QVD with over one million rows?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Customer:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;SQL Select *&lt;/P&gt;&lt;P&gt;From tblCustomer&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 03:44:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Customer-table-most-recent/m-p/1668328#M50448</guid>
      <dc:creator>Dmilesikhailov</dc:creator>
      <dc:date>2020-01-23T03:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Customer table most recent</title>
      <link>https://community.qlik.com/t5/App-Development/Customer-table-most-recent/m-p/1668332#M50449</link>
      <description>&lt;P&gt;Something like this pattern:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Let vRowsToLoad = 200;
Let vLimit = Alt(QvdNoOfRecords('SourceQVD.qvd'), 0);
Let vStart = vLimit - vRowsToLoad - 1;

Data:
LOAD *
FROM [SourceQVD.qvd] (qvd)
Where RowNo() &amp;gt;= $(vStart);&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Although this will scan the entire file, it should be reasonably quick -- a million rows is not a particularly large QVD.&lt;/P&gt;&lt;P&gt;Edit - fixed missing closing parenthesis.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Jan 2020 06:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Customer-table-most-recent/m-p/1668332#M50449</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2020-01-23T06:56:25Z</dc:date>
    </item>
  </channel>
</rss>

