Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

What is binary load and how it is implemented ??

HEy,

WHat is Binary Load and how it is done ??

Thanks

20 Replies
ashfaq_haseeb
Champion III
Champion III

Hi

Go to edit script--> Click on QlikView file as highlighted in image.

Now locate your file

Let me know if that worked

Regards

ASHFAQ

ashfaq_haseeb
Champion III
Champion III

Try with this

Binary [C:\Users\nikhil.garg\Desktop\disaster.qvw];

Regards

ASHFAQ

Not applicable

loading entire application through single statement is binary load

syntax:

binary filename.qvw;

it should be the first statement of the script.

Editscript>Qlikviewfile( under tablefiles)> select application which u want load .

Not applicable

Hi , u please check ur disaster qvw app Document Properties check for the prohibit binary ... if it marked as right check  mark please make it as unchecked and try the above process ... u ll get it now ......

binary.PNG.png

and if u load ur disaster file by using Qlikview file option u ll get script like this

Binary ;

and please close the thread

Not applicable

e option deniki antara vadiki

nikhilgarg
Specialist II
Specialist II
Author

HEy,

It still does work.

I created new app. Go to Edit Script->Add tab->Select Qlikview File->

Binary [..\..\users\nikhil.garg\desktop\disaster1.qvw];

But it shows error:  Unknown statement.

nikhilgarg
Specialist II
Specialist II
Author

HEy,

I checked the option Prohibit binary load but still same error: Unknown statement

er_mohit
Master II
Master II

To inherit the data of one application to another. use binary load

For this Take example

You have made modelling in Test1.qvw save it . make sure in

Documnet Properties--> Opening tab --> there's uncheck Prohibit Binary load . if not then do it.

Now create new application Say Test2

In Go to script (ctrl+e)

Below Click on the button Qlikview file.  then browse your application i.e Test1.qvw then ok

Reload the Test2 application and save it

Not applicable

see dont create any new tab ,just put cursor on all above set statements while loading application  ,because binary should be the first statement in script .

like

binary filename.qvw;

set ...

set..

nikhilgarg
Specialist II
Specialist II
Author

HEy ,

THanks. It works.