Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
fabricius
Contributor II
Contributor II

Limited import for development mode

How do I limit the amount of entries to be imported as I am working in "development mode" and do not want to wait for minutes every time a refresh is done?

4 Replies
alexandros17
Partner - Champion III
Partner - Champion III

If you have a date set that date to an interval, for example:

select

...

from

...

where date >= 01/01/2014 and date <= 31/01/2014;

The same if you have a id field, the logic is set interval on significative fields.

Let me know

Anonymous
Not applicable

When in the script editor

  • Click <Debug>
  • Tick Limited Load
  • Enter number of rows
  • Click <Run>
struniger
Creator
Creator

Hi Soren,

Lookup the FIRST statement:

First 10 LOAD * FROM abc.csv;

Best regards

Stefan

MarcoWedel

In the script debugger you can select the number of rows to be imported.

regards

Marco