Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Can anyone explain me use of binary load with example.
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
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
Matt,
Thanks Matt to explian briefly about Binary load.
I tried with few examples but, it is working after saving the 1st .qvw file.
Thank you Matt... This was very helpful information
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
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