<?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 fetch only 100 rows from an excel data? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832853#M1011821</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first 120 LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\..\Downloads\Data Accuracy.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, no labels, header is 120 lines, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Apr 2015 12:40:33 GMT</pubDate>
    <dc:creator>prma7799</dc:creator>
    <dc:date>2015-04-27T12:40:33Z</dc:date>
    <item>
      <title>How to fetch only 100 rows from an excel data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832849#M1011817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have an excel file with 1000 rows, but I want to load only 120 rows. How to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sandip&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:32:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832849#M1011817</guid>
      <dc:creator>ananyaghosh</dc:creator>
      <dc:date>2015-04-27T12:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch only 100 rows from an excel data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832850#M1011818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First 120&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:34:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832850#M1011818</guid>
      <dc:creator>fvelascog72</dc:creator>
      <dc:date>2015-04-27T12:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch only 100 rows from an excel data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832851#M1011819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;FROM ...&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Where recno() &amp;lt;=100;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:34:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832851#M1011819</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-04-27T12:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch only 100 rows from an excel data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832852#M1011820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Date, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Year, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Month, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sales&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&lt;C&gt;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;(ooxml, embedded labels, table is Sheet1)&lt;/P&gt;&lt;P&gt;where RecNo()&amp;lt;=100;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:39:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832852#M1011820</guid>
      <dc:creator>ankitaag</dc:creator>
      <dc:date>2015-04-27T12:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch only 100 rows from an excel data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832853#M1011821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first 120 LOAD&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;[..\..\Downloads\Data Accuracy.xlsx]&lt;/P&gt;&lt;P&gt;(ooxml, no labels, header is 120 lines, table is Sheet1);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 12:40:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832853#M1011821</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2015-04-27T12:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch only 100 rows from an excel data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832854#M1011822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if this is just for testing purposes, you can also execute the reload from with the debugger and use 'Limited Load' and set the number of records to whatever you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:03:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832854#M1011822</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-04-27T15:03:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to fetch only 100 rows from an excel data?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832855#M1011823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use&lt;/P&gt;&lt;P&gt;First 120 before your LOAD statement&lt;/P&gt;&lt;P&gt;First 120&lt;/P&gt;&lt;P&gt;Load&lt;/P&gt;&lt;P&gt;*&lt;/P&gt;&lt;P&gt;FROM .......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Apr 2015 15:16:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-fetch-only-100-rows-from-an-excel-data/m-p/832855#M1011823</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2015-04-27T15:16:47Z</dc:date>
    </item>
  </channel>
</rss>

