Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
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