<?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 load last n rows from excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195892#M713713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Konstantinos,&lt;/P&gt;&lt;P&gt;I've seen that enabling transformation step, clicking on "Rotate" tab, "Left" twice, table "turns" 180 degrees, so first rows are now last rows. Combined with Mike's suggestion of FIRST n LOAD or WHERE RecNo() &amp;lt;= n you get it!&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jul 2010 07:58:05 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2010-07-06T07:58:05Z</dc:date>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195879#M713700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello. I hope someone can help me.I want to load the last n rows from a table in excel.How can i do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 13:26:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195879#M713700</guid>
      <dc:creator />
      <dc:date>2010-07-05T13:26:26Z</dc:date>
    </item>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195880#M713701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to load all table first then, use the NoOfRows('table') Function to know how many rows there is in the table and store it in a variable, like&lt;/P&gt;&lt;P style="margin-left:40px;"&gt;LET a = NoOfRows('tab1');&lt;/P&gt;then load it again with a "where RowNo() &amp;gt; $(A-N)" statement &lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 13:45:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195880#M713701</guid>
      <dc:creator>fernandotoledo</dc:creator>
      <dc:date>2010-07-05T13:45:40Z</dc:date>
    </item>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195881#M713702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.It seems that there in no way to avoid the first load.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 14:14:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195881#M713702</guid>
      <dc:creator />
      <dc:date>2010-07-05T14:14:40Z</dc:date>
    </item>
    <item>
      <title>AW:Re: load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195882#M713703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi konstantinos,&lt;/P&gt;&lt;P&gt;do you know how many rows you want to load? You can use the header size with a variable and then load the titleline with the fieldnames to rename all fileds.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 14:31:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195882#M713703</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2010-07-05T14:31:02Z</dc:date>
    </item>
    <item>
      <title>AW:Re: load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195883#M713704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina,&lt;/P&gt;&lt;P&gt;thanks for the reply.Unfortunately i don't know the number of rows.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 14:56:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195883#M713704</guid>
      <dc:creator />
      <dc:date>2010-07-05T14:56:19Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195884#M713705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, konstatntinos,&lt;/P&gt;&lt;P&gt;how do you find them out? Did you try the possibilities of Enable Transformation Step? there you can enter conditions to find the right lines to load?!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 15:01:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195884#M713705</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2010-07-05T15:01:35Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195885#M713706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina,&lt;/P&gt;&lt;P&gt;the only condition is that the rows must be the last n in the table. I tried the Transformation step but since the number of rows is not fixed i did n't find something that will do the job on any case.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 15:10:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195885#M713706</guid>
      <dc:creator />
      <dc:date>2010-07-05T15:10:19Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195886#M713707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, konstantinos,&lt;/P&gt;&lt;P&gt;do you know &lt;EM&gt;&lt;STRONG&gt;any&lt;/STRONG&gt;&lt;/EM&gt; condition how many n rows you have to load?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 15:13:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195886#M713707</guid>
      <dc:creator>brenner_martina</dc:creator>
      <dc:date>2010-07-05T15:13:53Z</dc:date>
    </item>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195887#M713708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Konstantinos,&lt;/P&gt;&lt;P&gt;Maybe not the most beautiful way, but loading the table frist to know the number of rows (I don't know any other way of counting them, but loading it or even -untested- connect via ODBC/OLE DB) then you can use function RecNo() to start loading when RecNo() greater than &lt;I&gt;total rows - n&lt;/I&gt;.&lt;/P&gt;&lt;P&gt;Does that suit you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 16:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195887#M713708</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-07-05T16:33:45Z</dc:date>
    </item>
    <item>
      <title>AW:Re: AW:Re: AW:Re: load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195888#M713709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martina,&lt;/P&gt;&lt;P&gt;n is a fixed number, e.g n=5. I just need the last 5 records added to a table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 17:27:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195888#M713709</guid>
      <dc:creator />
      <dc:date>2010-07-05T17:27:26Z</dc:date>
    </item>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195889#M713710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;I guess what you propose is probably the best way to do it. Thank you very much.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 17:31:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195889#M713710</guid>
      <dc:creator />
      <dc:date>2010-07-05T17:31:56Z</dc:date>
    </item>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195890#M713711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There must be some order logic for the table, for example by date, order #, invoice #, etc. So Im thinking, you can reorder the table before being read by qlikview. You can use a simple macro (in Excel) to do just that.&lt;/P&gt;&lt;P&gt;For instance, If you want the 10 most recent orders, you first call the macro (maybe with a vbs), save the file (to the same folder or a new one) and then read that modified file with the Prefix &lt;B&gt;First&lt;/B&gt;. Something like&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;First 10 Load * from file.xls;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Just another way to accomplish the same, dont really know if it is the best.&lt;/P&gt;&lt;P&gt;Mike.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jul 2010 19:42:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195890#M713711</guid>
      <dc:creator>mike_garcia</dc:creator>
      <dc:date>2010-07-05T19:42:19Z</dc:date>
    </item>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195891#M713712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;Yes,the entries in the table are related to date, so your idea makes sense.Thanks for the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 07:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195891#M713712</guid>
      <dc:creator />
      <dc:date>2010-07-06T07:44:54Z</dc:date>
    </item>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195892#M713713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Konstantinos,&lt;/P&gt;&lt;P&gt;I've seen that enabling transformation step, clicking on "Rotate" tab, "Left" twice, table "turns" 180 degrees, so first rows are now last rows. Combined with Mike's suggestion of FIRST n LOAD or WHERE RecNo() &amp;lt;= n you get it!&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 07:58:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195892#M713713</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-07-06T07:58:05Z</dc:date>
    </item>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195893#M713714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;Yes that works!Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 08:33:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195893#M713714</guid>
      <dc:creator />
      <dc:date>2010-07-06T08:33:50Z</dc:date>
    </item>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195894#M713715</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;By the way, good one Mike! Didn't know about that FIRST n LOAD&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jul 2010 08:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195894#M713715</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2010-07-06T08:36:20Z</dc:date>
    </item>
    <item>
      <title>load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195895#M713716</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;very informative stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone explain abt various Steps in&amp;nbsp; Enable Transformation Step for excel like Garbage tab(Conditional Tab),Fill,Column,Unwrap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Although these names are suggestive but i haven't found any good detailed tutorial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Feb 2012 08:08:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195895#M713716</guid>
      <dc:creator />
      <dc:date>2012-02-15T08:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195896#M713717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if not exist something to load the last row? like : last 1 load&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 14:25:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195896#M713717</guid>
      <dc:creator>farolito20</dc:creator>
      <dc:date>2013-01-02T14:25:36Z</dc:date>
    </item>
    <item>
      <title>Re: load last n rows from excel</title>
      <link>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195897#M713718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good solution. Thank you sir.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 03 Feb 2013 07:37:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/load-last-n-rows-from-excel/m-p/195897#M713718</guid>
      <dc:creator />
      <dc:date>2013-02-03T07:37:15Z</dc:date>
    </item>
  </channel>
</rss>

