Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
I need your assistance,
I have a QV Sales Model file (SalesModel.qvf)
I want to binary load that into my QlikSense UI app
Can anyone help me write this?
Kind Regards
1) Create a new data connection to the folder where your qvf is located, following these steps:}
1.a) Go to "Script Editor"
1.b) Click on "Create new connection" > "Folder"
1.c) Create a connection to the location of your source app (it should be something on the line of C:\Users\<your_user_name>\Documents\Qlik\Sense\Apps )
2) Check if you have access to your source document (that the location is right and it does not have section access blocking you)
3) Create the binary load line (should be the very first line in your load script) , something like this:
binary '[lib://Apps/Source.qvf]';
please refer to :
that really is no help.
It is still not working
There is no possible way to diagnose "not working" with the information provided. What have you tried? What want wrong when it was "not working"? The more detail you provide, the more accurate and relevant will be the suggestions.
What script did you use? Have you set up the connection(s)?....
1) Create a new data connection to the folder where your qvf is located, following these steps:}
1.a) Go to "Script Editor"
1.b) Click on "Create new connection" > "Folder"
1.c) Create a connection to the location of your source app (it should be something on the line of C:\Users\<your_user_name>\Documents\Qlik\Sense\Apps )
2) Check if you have access to your source document (that the location is right and it does not have section access blocking you)
3) Create the binary load line (should be the very first line in your load script) , something like this:
binary '[lib://Apps/Source.qvf]';