Skip to main content
Announcements
Announcing Qlik Talend® Cloud and Qlik Answers™ to accelerate AI adoption! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Explain what is binary load in detail.What is the use of this in qlik view.

Hi all,

Can anyone of you explain the binary load,how to use and advantage of this in qlikview.

thanks in advance

Hita

4 Replies
sujeetsingh
Master III
Master III

"The binary statement is used for loading the data from another QlikView document, including section access data. It does not load the layout information or variables."

I often use binary load to separate the data model /scripting from the UI. You can easily build several applications focusing on different business groups on the same data model. So you only need to change data model at one place.

Types of loads in Qlikview

its_anandrjs

Hi,

Binary load is a load which will taken the data model from any existing QVW into another QVW but at a time only one binary load allow.

Advantage:-

1. Hide the load script.

2. Hide the table creation logic details.

3. If any problem occurs to QVW like it crashes we have another QVW as source.

4. Add another data model to existing one

And condition is when loading binary its statement comes above all of the SET expression

Binary [AnotherApplication.qvw];

SET ThousandSep=',';

SET DecimalSep='.';

Regards

Anand

Not applicable
Author

Thank u..

its_anandrjs

Hi,

Thanks,Close the thread with appropriate answer.

Regards

Anand