<?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 Limited load check IsLimitedLoad() ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Limited-load-check-IsLimitedLoad/m-p/218999#M714687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I'm wondering if we can check the current reload is limited load in script pane when we execute a limited load?&lt;/P&gt;&lt;P&gt;After i pull data from db, i store my table into a qvd, but i want to prevent storing qvd process when i execute a limited load?&lt;/P&gt;&lt;P&gt;I need a statement like IsLimitedLoad() .&lt;/P&gt;&lt;P&gt;Is there a way that you may suggest?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Jul 2010 13:37:19 GMT</pubDate>
    <dc:creator>niceqlik</dc:creator>
    <dc:date>2010-07-09T13:37:19Z</dc:date>
    <item>
      <title>Limited load check IsLimitedLoad() ?</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-load-check-IsLimitedLoad/m-p/218999#M714687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I'm wondering if we can check the current reload is limited load in script pane when we execute a limited load?&lt;/P&gt;&lt;P&gt;After i pull data from db, i store my table into a qvd, but i want to prevent storing qvd process when i execute a limited load?&lt;/P&gt;&lt;P&gt;I need a statement like IsLimitedLoad() .&lt;/P&gt;&lt;P&gt;Is there a way that you may suggest?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jul 2010 13:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-load-check-IsLimitedLoad/m-p/218999#M714687</guid>
      <dc:creator>niceqlik</dc:creator>
      <dc:date>2010-07-09T13:37:19Z</dc:date>
    </item>
    <item>
      <title>Limited load check IsLimitedLoad() ?</title>
      <link>https://community.qlik.com/t5/QlikView/Limited-load-check-IsLimitedLoad/m-p/219000#M714689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found a way by myself utilizing a dummy table which has 1000 rows of autogenerated numbers.&lt;/P&gt;&lt;P&gt;Before storing tables into qvds, i check the size of this table using a simple if-then-else statement. if the size is equal to or below 10, i do not let STORE commands execute. Since this dummy table is also affected and narrowed down in row count during a limited load, this would help me a lot. Of course loading more than 10 records will not be considered as a limited load in this script but we mostly use 10 records as default.&lt;/P&gt;&lt;P&gt;ROWCOUNT: load iterno() as row autogenerate(1) while iterno() &amp;lt;=1000;&lt;/P&gt;&lt;P&gt;if NoOfRows('ROWCOUNT')&amp;gt;10 then&lt;/P&gt;&lt;P&gt;STORE Table1 INTO Table1.Qvd;&lt;/P&gt;&lt;P&gt;End if&lt;/P&gt;&lt;P&gt;Drop table ROWCOUNT;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 Jul 2010 08:33:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Limited-load-check-IsLimitedLoad/m-p/219000#M714689</guid>
      <dc:creator>niceqlik</dc:creator>
      <dc:date>2010-07-10T08:33:45Z</dc:date>
    </item>
  </channel>
</rss>

