Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
kulasekhar
Creator
Creator

How to impot Qvf file in qlik sense

Hi All,

Please help me.

How to impot Qvf file in Qlik Sense Enterprise level.



Thanks

sekhr.

4 Replies
Anonymous
Not applicable

Not applicable

Hi Sekhar,

Use This code in Scripting

Syntax : Binary LIB://pathname/filename.extensionname;

eg: Binary Lib://Path/salesdata.qvf;

Thanks & Regards;

Sai Madhu

reddy-s
Master II
Master II

Hi Sekhar,

If you are looking to import a QVF into the server you can do it through the QMC. In the APPS sections you have a an option to import a QVF.

If you would like to include a data model of a QVF, then go to the script and make sure you use the Binary load statement.

Note: Make sure that the Binary load statement should be the first line of the script.

Thanks and Regards,

Sangram Reddy.

dineshraj
Partner - Creator
Partner - Creator

Hi Satya,

              How to load qvf without using binary load?

Thanks and Regards.