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

Load only a small number of records for testing

Hi - is there some code that I can put in the script to load only a small number of records for testing?

Thanks,

Ying

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

First 100 // or whatever number
LOAD
...
RESIDENT ...

View solution in original post

2 Replies
Anonymous
Not applicable
Author

First 100 // or whatever number
LOAD
...
RESIDENT ...

Not applicable
Author

Worked and thanks Michael for helping us get started ...