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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Urgent Binary Load Issue

Please how do I binary load and get specific data into a qvd  from a qlikview file script that has multiple load statements with no table names.

LOAD [Report type],

     CompCode,

     [Financial Statement Item],

     [Financial statement item text],

     [Financial statement item text] as [Financial statment],

     Year,

     Month,

     Data

FROM

(qvd);

LOAD [Financial Statement Item],

     [Financial statement item text],

     Year,

     Month

FROM

(qvd);

How do I binary load load this file to get data from only the second load statement - .

I do not have the source file.

Thanks

11 Replies
Not applicable
Author

Thank you Marco.

Not applicable
Author

Thank You Vineeth