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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
prma7799
Master III
Master III

first 5 to 10 records

Hi All,

I have one application in that i want only five to ten records for some analysis.

Can anyone tell me how to achieve it.

Thanks

Labels (1)
1 Solution

Accepted Solutions
help4qv123
Creator II
Creator II

Hi. If u want to load it from the load script....Plz find the screen shot.

eg: First 5 load .....

View solution in original post

2 Replies
help4qv123
Creator II
Creator II

Hi. If u want to load it from the load script....Plz find the screen shot.

eg: First 5 load .....

petter
Partner - Champion III
Partner - Champion III

FIRST 10

LOAD

     *

FROM

     ABC.csv (txt)

WHERE

     RecNo() >=5 AND RecNo()<=10;