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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

What is a Binary Load & What are the limitations to use a binary load

What is a Binary Load & What are the limitations to use a binary load

4 Replies
rustyfishbones
Master II
Master II

A Binary load means you can import a Qlikview Document into another Document.

You can only perform 1 Binary load per Qlikview Document

It must be the first statement read by the Qlikview Script

Normally here

2014-02-09_1236.png

Not applicable
Author

You import all data of that application (all tables, all data). if you want only part of data, either you delete the tables/fields afterwards, or you use another method (qvd for example)

You have the right to import only ONE application : in fact the binary load must be the FIRST statement of your script. You cannot have two times a line at first place. You cannot even test that the application exists : you would use a IF statement that would be the first statement

You import also the access restriction of the source application

Fabrice

Not applicable
Author

Hi Rao,

By using binary load statement you can read another qvw. application.

Binary load statement all wise first statement of edit script.

you cann't read multiple qvw. application.

VishalWaghole
Specialist II
Specialist II

Hi Narsing,

1. Binary statment is used for loading the data from another QlikView Document.

2. Binary load includes the section access data

3. It does not include layout information and variables

4. Only one binary statment will allowed in script, and it can only be put as the first statment of script.

- Regards,

Vishal Waghole.