Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everybody,
I'm trying to binary load data in a Qlik Sense application from another Qlik Sense App. I've got the source app in work folder (C:\Users\User\Documents\Qlik\Sense\Apps\my file.qvf) and I inserted the script "Binary my file.qvf;" at the very beginning of the load script (before the SET statements), but when I press the load data button I get "An error occured: No qualified path for file: ***".
What I am doing wrong? Maybe that happens beacuse there's a space inside the name of the source file? Or maybe that's because I'm adding data in the source app right now?
Thanks for your attention
Best regards
Nicolò Cogno
Binary load in Qlik Sense is bit different from Qlikview.
By directly entering the destination folder for qvf/qvw will not load the data.
You'd have to make a new connection first to achieve it
The script for binary will look like
Binary 'lib://Binary/YourQlikFile.qvw';
See the below image to create a connection first
Create new connection>Folder>search for your destination folder>Save that destination as Binary or as you like and save.
Once you save it, use the above script as it is, just change your qvf/qvw file name.
It should work...
To add more
In above image replace the lib://Binary11/FinaName.qvw with below and delete from the Load statement until the msq;
lib://Binary11/Sense\Apps\Executive Dashboard.qvf
Thanks.
Binary load in Qlik Sense is bit different from Qlikview.
By directly entering the destination folder for qvf/qvw will not load the data.
You'd have to make a new connection first to achieve it
The script for binary will look like
Binary 'lib://Binary/YourQlikFile.qvw';
See the below image to create a connection first
Create new connection>Folder>search for your destination folder>Save that destination as Binary or as you like and save.
Once you save it, use the above script as it is, just change your qvf/qvw file name.
It should work...
To add more
In above image replace the lib://Binary11/FinaName.qvw with below and delete from the Load statement until the msq;
lib://Binary11/Sense\Apps\Executive Dashboard.qvf
Thanks.
It worked!
Thanks a lot
Np.