<?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: Load x rows from all tables in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331834#M843518</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use First statement, see help on how to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Apr 2017 12:09:11 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2017-04-18T12:09:11Z</dc:date>
    <item>
      <title>Load x rows from all tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331829#M843513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¿Is there any way to make the in the script to load the first 100 rows from all the tables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331829#M843513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load x rows from all tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331830#M843514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe you should be using &lt;A href="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/CounterFunctions/RecNo.htm" title="http://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/CounterFunctions/RecNo.htm"&gt;RecNo ‒ QlikView&lt;/A&gt; and limit the values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 08:25:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331830#M843514</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-18T08:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: Load x rows from all tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331831#M843515</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 select statement like select top 100 or load statement &lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;table:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;First 100&lt;/STRONG&gt; Load&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; *&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN class="Bold" style="font-weight: inherit; font-style: inherit; font-family: inherit;"&gt;From table.csv;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 09:00:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331831#M843515</guid>
      <dc:creator>ngreddy1982</dc:creator>
      <dc:date>2017-04-18T09:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Load x rows from all tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331832#M843516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you enable debug-mode you can set a row limit of 100 which applies to all tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To access debug mode select "Debug" from the script editor File Menu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="debug LimitedLoad.jpg" class="jive-image image-1" src="/legacyfs/online/160321_debug LimitedLoad.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 09:46:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331832#M843516</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-04-18T09:46:07Z</dc:date>
    </item>
    <item>
      <title>Re: Load x rows from all tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331833#M843517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i was looking instead of the debugger to write 'something' on the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 10:21:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331833#M843517</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-18T10:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load x rows from all tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331834#M843518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use First statement, see help on how to&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm" title="https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm"&gt;https://help.qlik.com/en-US/qlikview/12.1/Subsystems/Client/Content/Scripting/ScriptPrefixes/First.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Apr 2017 12:09:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331834#M843518</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2017-04-18T12:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: Load x rows from all tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331835#M843519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the script you can use the FIRST N prefix before the load where N is an integer, but the first limit only applies to the next table being loaded, so you would have to add FIRST before each table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table1:&lt;/P&gt;&lt;P&gt;First 1000&lt;/P&gt;&lt;P&gt;load ... from ... ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Table2:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;First 500&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;load ... from ...;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the Limit in Debug mode applies the limit to&lt;STRONG&gt; ALL&lt;/STRONG&gt; tables in the script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 10:30:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331835#M843519</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2017-04-27T10:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Load x rows from all tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331836#M843520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first ..... in a variable&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SET vFirst = First 100;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // for test&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;//SET vFirst = ;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$(vFirst)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load 1 as f1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;autogenerate 1000;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;$(vFirst)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load 1 as f2&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;autogenerate 1000;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 11:12:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331836#M843520</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2017-04-27T11:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: Load x rows from all tables</title>
      <link>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331837#M843521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And as an extension of Massimo's technique, consider creating a document variable vDebug that enables all debug and testing measures. You can then do something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;IF len(trim(vDebug)) &amp;gt; 0 THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SET vFirst = FIRST 100;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; SET vDebug = 1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;END IF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;Table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;$(vFirst)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LOAD 1 AS F1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;AUTOGENERATE 1000;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;IF vDebug = 1 THEN&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp; STORE Table INTO [.\Table.qvd] (qvd); // For inspection&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;END IF&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;LET vFirst=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;EXIT Script;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or define a variable with parameters to embed or disable a dynamic STORE of every table you want to inspect.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Apr 2017 11:51:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-x-rows-from-all-tables/m-p/1331837#M843521</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2017-04-27T11:51:09Z</dc:date>
    </item>
  </channel>
</rss>

