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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
kashaboinaraj
Creator
Creator

how to load only one table in binaryload

Hi all

please tell me how to load only one table  by using binary load

Regards

vishnu

2 Replies
vinieme12
Champion III
Champion III

Binary load will load ALL the TABLES you have in your QVW.

Simply Drop the tables you do not need after your Binary Load statement.

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

Hi Vishnu,

Drop Table TableName ;

the above statement will help to u