Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Binary load error

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

1 Solution

Accepted Solutions
MK9885
Master II
Master II

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...

Format.PNG

To add more

Format.PNGCapture.PNG

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.

View solution in original post

3 Replies
MK9885
Master II
Master II

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...

Format.PNG

To add more

Format.PNGCapture.PNG

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.

Not applicable
Author

It worked!

Thanks a lot

MK9885
Master II
Master II

Np.