<?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 Excel Load - Limit Loaded lines for many Files in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-Load-Limit-Loaded-lines-for-many-Files/m-p/297553#M1182278</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i forgot to say this, because i just rushed to the workstation and had to try it.&lt;/P&gt;&lt;P&gt;THANK YOU.&lt;/P&gt;&lt;P&gt;and a nice christmas holiday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Dec 2011 08:55:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-12-09T08:55:29Z</dc:date>
    <item>
      <title>Excel Load - Limit Loaded lines for many Files</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Load-Limit-Loaded-lines-for-many-Files/m-p/297551#M1182274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a small Problem,&lt;/P&gt;&lt;P&gt;there are 30 Excel files each month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A) loading many excel files (same layout)&amp;nbsp; - OK&lt;/P&gt;&lt;P&gt;B)&amp;nbsp; limiting the number of lines loaded (to prevent garbage data)&amp;nbsp; - OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Limiting the number of lines while loading many files&amp;nbsp;&amp;nbsp; - not OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is what i tried&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;EXCEL_TEMP:&lt;/P&gt;
&lt;P&gt;Directory;&lt;/P&gt;
&lt;P&gt;LOAD F1 as TIME,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; filename() as FILE,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main as Main1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check as Check1,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main1 as Main2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check1 as Check2,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main2 as Main3,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check2 as Check3,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main3 as Main4,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check3 as Check4,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main4 as Main5,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check4 as Check5,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main5 as Main6,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check5 as Check6,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main6 as Main7,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check6 as Check7,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Main7 as Main_TOTL,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Check as Check_TOTL,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Correction&lt;/P&gt;
&lt;P&gt;FROM&lt;/P&gt;
&lt;P&gt;[.\*.10.2011.xlsx]&lt;/P&gt;
&lt;P&gt;(ooxml, embedded labels, header is 6 lines, table is [TEMP]);&lt;/P&gt;
&lt;P&gt;//where RowNo()&amp;lt;24;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;

&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is reding the first file OK, but from the second file on, it only reads the first line of the following files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions why ?&lt;/P&gt;&lt;P&gt;do i have to "reset" RowNo() somehow ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 16:08:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Load-Limit-Loaded-lines-for-many-Files/m-p/297551#M1182274</guid>
      <dc:creator />
      <dc:date>2011-11-04T16:08:23Z</dc:date>
    </item>
    <item>
      <title>Excel Load - Limit Loaded lines for many Files</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Load-Limit-Loaded-lines-for-many-Files/m-p/297552#M1182277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;without trying myself, I would suggest using recno() function instead, because the help says:&lt;/P&gt;&lt;H4&gt;&lt;SPAN class="Bold"&gt;RecNo&lt;A name="kanchor437"&gt;&lt;/A&gt;&lt;A name="RecNo"&gt;&lt;/A&gt;( )&lt;/SPAN&gt; &lt;/H4&gt;&lt;P&gt;&lt;SPAN style="font-weight: normal;"&gt;Returns an integer for the number of the currently read row of the input table. The first record is number 1.&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;H4&gt;RowNo&lt;A name="kanchor438"&gt;&lt;/A&gt;&lt;A name="RowNo"&gt;&lt;/A&gt;( )&lt;/H4&gt;&lt;P&gt;Returns an integer for the position of the current row in the resulting QlikView input table. In contrast to &lt;SPAN class="Bold"&gt;RecNo( )&lt;/SPAN&gt;, which counts the records in the raw data table, the &lt;SPAN class="Bold"&gt;RowNo( )&lt;/SPAN&gt; function does not count records that are excluded by &lt;SPAN class="Bold"&gt;where&lt;/SPAN&gt; clauses and &lt;STRONG&gt;is not reset when a raw data table is &lt;A _jive_internal="true" href="https://community.qlik.com/Concatenation.htm"&gt;concatenated&lt;/A&gt; to another.&lt;/STRONG&gt; The first row is number 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 16:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Load-Limit-Loaded-lines-for-many-Files/m-p/297552#M1182277</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2011-11-04T16:13:46Z</dc:date>
    </item>
    <item>
      <title>Excel Load - Limit Loaded lines for many Files</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-Load-Limit-Loaded-lines-for-many-Files/m-p/297553#M1182278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; i forgot to say this, because i just rushed to the workstation and had to try it.&lt;/P&gt;&lt;P&gt;THANK YOU.&lt;/P&gt;&lt;P&gt;and a nice christmas holiday&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Dec 2011 08:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-Load-Limit-Loaded-lines-for-many-Files/m-p/297553#M1182278</guid>
      <dc:creator />
      <dc:date>2011-12-09T08:55:29Z</dc:date>
    </item>
  </channel>
</rss>

