Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
What is a Binary Load & What are the limitations to use a binary load
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
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
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.
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.