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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How do you data load on all tables in a QlikView application?

Hello!

Is there a way to restrict data load on all tables in a QlikView app?

E.g. Instead of tables loading in full I would like to restrict the application to load no more than 200 records per table in an application when I reload.

Is there a way to do this?

3 Replies
swarup_malli
Specialist
Specialist

yes, you can use a where clause in the load script to accomplish that

albertovarela
Partner - Specialist
Partner - Specialist

Hi, You could also use the debugger and run a limited load

limitload.png

hic
Former Employee
Former Employee

... or you can write 'First 200' in front of the load.

HIC