Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
mahichowdary
Contributor II
Contributor II

scenario,i hav one table in billon row i want only in 100 row in qlikview wt way...? without using where condition...?

Hi Friends,

scenario,i have one table in billon row,

i want only in 100 row in qlikview

wt way...?

without using where condition...?

Thanks&Regard

Mahindra

3 Replies
Peter_Cammaert
Partner - Champion III
Partner - Champion III

Open Script Editor, click Debug... A debugger window opens. On the left, you'll find a configurable selection to load only a limited number of rows. Select 100 and click Run...

Colin-Albert

Add FIRST 100 before the load command.

First 100

Load.....

anbu1984
Master III
Master III

If you need any 100 rows, then use Top if it is available in your database

Select Top 100 From Table;