Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
jagannalla
Partner - Specialist III
Partner - Specialist III

Binary Load

Hi,

Can anyone explain me use of binary load with example.

1 Solution

Accepted Solutions
matt_crowther
Luminary Alumni
Luminary Alumni

There are a few key things to note about the Binary Load statement:

1. You can only use it as the first statement of a load script.

2. There can only ever be one binary load per .qvw.

In essence what a Binary Load does is load all the data and Access permissions of one .qvw into another eg:

Binary C:\Docs\MyFile.qvw;

From there you can then add additional traditional load statements to build on the model.

It has several uses; protecting entire scripts - you have your load script in one secure .qvw and your dashboard in a second; the only script that then has to be presented to the user is the Binary statement (Qliktech themeselves use this in their sensitive documents as it obviously hides connection strings etc. Also as it's literally a load of the QV memory for that .qvw it is very quick for sharing the same source data.

Hope that helps,

Matt - Visual Analytics Ltd

View solution in original post

5 Replies
matt_crowther
Luminary Alumni
Luminary Alumni

There are a few key things to note about the Binary Load statement:

1. You can only use it as the first statement of a load script.

2. There can only ever be one binary load per .qvw.

In essence what a Binary Load does is load all the data and Access permissions of one .qvw into another eg:

Binary C:\Docs\MyFile.qvw;

From there you can then add additional traditional load statements to build on the model.

It has several uses; protecting entire scripts - you have your load script in one secure .qvw and your dashboard in a second; the only script that then has to be presented to the user is the Binary statement (Qliktech themeselves use this in their sensitive documents as it obviously hides connection strings etc. Also as it's literally a load of the QV memory for that .qvw it is very quick for sharing the same source data.

Hope that helps,

Matt - Visual Analytics Ltd

jagannalla
Partner - Specialist III
Partner - Specialist III
Author

Matt,

Thanks Matt to explian briefly about Binary load.

I tried with few examples but, it is working after saving the 1st .qvw file.

Not applicable

Thank you Matt... This was very helpful information

Not applicable

Hi Matthew

Can we say using binary load instead of qvd load will help for faster access of dat in the application? If yes why?

Thanks for you time.

Max

Anonymous
Not applicable

Hi Max,

Using the binary load and qvd load have it's own significance. It's scanario based. As you might be knowing the limitation of binary load in only one per qvw application. if you have more than one application to load then you will need to go for qvd load only, binary wont help.

Best,

Skumar