Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jim_chan
Specialist
Specialist

Qlik Sense Server 3.2 - how to binary load datamodel.qvf file?

Hi guys,

In the qlik sense desktop - i can Binary load datamodel.qvf file in my UI.qvf file. i was trying to do the same approach in the qlik sense server.

Can anyone out there able to advise me how to do so???

By the way - i have read this article. Any other advise other than the link below???

Qlik Sense substitute for BINARY load

3 Replies
lironbaram
Partner - Master III
Partner - Master III

hi it is exactly the same approach in the server

but instead of the name of the file you use the GUID of the file ,\

your process should be like this

first create a folder connection in the server to the folder that holds the apps binary files

usually its : 'C:\ProgramData\Qlik\Sense\Apps\'

second open the hub and open the model that you want to load the data from.
from the url find the GUID of the model

third inside your UI app

insert a binary load line it should look something like

Binary [lib://AppsSource (._administrator) (sense_administrator)/badb4b2e-f317-417c-991b-b78fb083b35d];

jim_chan
Specialist
Specialist
Author

for this line,

Binary [lib://AppsSource (._administrator) (sense_administrator)/badb4b2e-f317-417c-991b-b78fb083b35d];


do i need to add in .qvf ???

lironbaram
Partner - Master III
Partner - Master III

no