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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
nag78936
Contributor III
Contributor III

loading top 10 records for all qvds

how to load top 10 records each from 10 qvds

Labels (1)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

Use the First Prefix

from help

Examples:  

First 10 LOAD * from abc.csv;

First (1) SQL SELECT * from Orders;

 

https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptP...

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

1 Reply
vinieme12
Champion III
Champion III

Use the First Prefix

from help

Examples:  

First 10 LOAD * from abc.csv;

First (1) SQL SELECT * from Orders;

 

https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptP...

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.