<?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: Limit Number of Rows Loaded in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limit-Number-of-Rows-Loaded/m-p/1194017#M385455</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug option is there to load llimited numer of records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Sep 2016 15:34:11 GMT</pubDate>
    <dc:creator>nagarjuna_kotha</dc:creator>
    <dc:date>2016-09-29T15:34:11Z</dc:date>
    <item>
      <title>Limit Number of Rows Loaded</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Number-of-Rows-Loaded/m-p/1194015#M385453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way within the scripting to limit the loading of data to the first 'X' number of rows?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 15:28:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Number-of-Rows-Loaded/m-p/1194015#M385453</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2016-09-29T15:28:30Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Number of Rows Loaded</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Number-of-Rows-Loaded/m-p/1194016#M385454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are some ways.&lt;/P&gt;&lt;P&gt;Load Top 10&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write a where statement like&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;From xyz.qvd where row()&amp;lt;100&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 15:34:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Number-of-Rows-Loaded/m-p/1194016#M385454</guid>
      <dc:creator>rupamjyotidas</dc:creator>
      <dc:date>2016-09-29T15:34:04Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Number of Rows Loaded</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Number-of-Rows-Loaded/m-p/1194017#M385455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Debug option is there to load llimited numer of records&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 15:34:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Number-of-Rows-Loaded/m-p/1194017#M385455</guid>
      <dc:creator>nagarjuna_kotha</dc:creator>
      <dc:date>2016-09-29T15:34:11Z</dc:date>
    </item>
    <item>
      <title>Re: Limit Number of Rows Loaded</title>
      <link>https://community.qlik.com/t5/QlikView/Limit-Number-of-Rows-Loaded/m-p/1194018#M385456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;TableName:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #ff0000;"&gt;First 1000&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD .....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM....;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;or&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;TableName:&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;LOAD ...&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;FROM...&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;Where RowNo() &amp;lt;= 1000&lt;/SPAN&gt;;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Sep 2016 15:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limit-Number-of-Rows-Loaded/m-p/1194018#M385456</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-09-29T15:37:17Z</dc:date>
    </item>
  </channel>
</rss>

