QlikView App Dev

Discussion Board for collaboration related to QlikView App Development.

Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!

Who Me Too'd this topic

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

Who Me Too'd this topic