Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
tinkerz1
Creator II
Creator II

First (100) SQL Select Distinct

I would like to limit sql load to 1000 rows, that will really help me test, the SQL database is very large.

The code below is pulling all the data from sql, how can I limit this before a Qlikview preceding load?

Load *;

First (100) SQL SELECT DISTINCT * FROM xyz;

Thanks

Neil

10 Replies
awhitfield
Partner - Champion
Partner - Champion

Hi Neil,

makes sense to do this as a 'Limited Load' using the debugger, this sort of scenario is exactly what it's there for!

HTH

Andy