<?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 [XLS LOAD] limit number of lines being loaded in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272825#M1185210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a LARGE excel file, with many sheets. usually, there is only one table per sheet.&lt;/P&gt;&lt;P&gt;but in this case, there are sheets with like 7 diferent tables (with different types of data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qlikview allows to ignore a number of lines before it starts to load (header).&lt;/P&gt;&lt;P&gt;BUT, is there a way to STOP the load after a certain amount of lines ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because, if it continues to load, it creates data-garbage after a few lines&lt;/P&gt;&lt;P&gt;(f.e. reading names, after a few lines there are numbers in the same column = mixed numbers and names)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Oct 2011 09:11:36 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-10-25T09:11:36Z</dc:date>
    <item>
      <title>[XLS LOAD] limit number of lines being loaded</title>
      <link>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272825#M1185210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;good morning,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a LARGE excel file, with many sheets. usually, there is only one table per sheet.&lt;/P&gt;&lt;P&gt;but in this case, there are sheets with like 7 diferent tables (with different types of data)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;qlikview allows to ignore a number of lines before it starts to load (header).&lt;/P&gt;&lt;P&gt;BUT, is there a way to STOP the load after a certain amount of lines ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;because, if it continues to load, it creates data-garbage after a few lines&lt;/P&gt;&lt;P&gt;(f.e. reading names, after a few lines there are numbers in the same column = mixed numbers and names)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions ?&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 09:11:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272825#M1185210</guid>
      <dc:creator />
      <dc:date>2011-10-25T09:11:36Z</dc:date>
    </item>
    <item>
      <title>[XLS LOAD] limit number of lines being loaded</title>
      <link>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272826#M1185211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;You can use a where clause: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD @1, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @2, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @3, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @4, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @5, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @6, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @7, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @8, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; @9&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[Test.xls]&lt;/P&gt;&lt;P&gt;(biff, no labels, table is sheet1$)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;where RowNo()&amp;lt;1000;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can replace the 1000 by the number of lines you want to load.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Oct 2011 09:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272826#M1185211</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-10-25T09:33:44Z</dc:date>
    </item>
    <item>
      <title>[XLS LOAD] limit number of lines being loaded</title>
      <link>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272827#M1185212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;where RowNo()&amp;lt;100; &lt;/STRONG&gt;works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when there are f.e. &lt;STRONG&gt;10 excel &lt;/STRONG&gt;files, it reads all the necessary data from &lt;STRONG&gt;file1 OK&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;BUT &lt;/STRONG&gt;QV reads &lt;STRONG&gt;only the first line &lt;/STRONG&gt;of data from the &lt;STRONG&gt;following files.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 11:46:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272827#M1185212</guid>
      <dc:creator />
      <dc:date>2011-11-04T11:46:04Z</dc:date>
    </item>
    <item>
      <title>[XLS LOAD] limit number of lines being loaded</title>
      <link>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272828#M1185213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Alexander.&lt;/P&gt;&lt;P&gt;Please, try using recno() instead of rowno(), this way you can control the load on each input table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Erich&lt;/P&gt;&lt;H4&gt;&lt;SPAN class="Bold"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/H4&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Nov 2011 20:42:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272828#M1185213</guid>
      <dc:creator>erichshiino</dc:creator>
      <dc:date>2011-11-11T20:42:11Z</dc:date>
    </item>
    <item>
      <title>[XLS LOAD] limit number of lines being loaded</title>
      <link>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272829#M1185214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; You are right, this was allready solved in:&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/message/162804#162804"&gt;http://community.qlik.com/message/162804#162804&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2011 08:22:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/XLS-LOAD-limit-number-of-lines-being-loaded/m-p/272829#M1185214</guid>
      <dc:creator />
      <dc:date>2011-11-15T08:22:04Z</dc:date>
    </item>
  </channel>
</rss>

