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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Modiz
Contributor III
Contributor III

Data model from qvf file

Hi,

I have been using Qlik Sensa for a short time and I have quite a big problem with the data model. I have 3 qvd files which I want to load into my application and then save this as a data model.

Next, I want to load this data model into several more applications.
Has anyone ever done something like this? I saw something like IndexLoad and Index Add in Qlik Deployment Framework, but I don't know where to add it and how to configure it.

Can anyone help me save the file as data model?

Labels (3)
1 Solution

Accepted Solutions
anat
Master
Master

create a data model by loading 3 QVD's then name the app like DataModel.qvw

in UI App use Binary load of DAtaModel.

Binary DataModel.qvw;

in other applications use above Binary load

View solution in original post

2 Replies
anat
Master
Master

create a data model by loading 3 QVD's then name the app like DataModel.qvw

in UI App use Binary load of DAtaModel.

Binary DataModel.qvw;

in other applications use above Binary load

Modiz
Contributor III
Contributor III
Author

Thank you, I will check this solution, but I would like to solve that with Indexload/indexadd function ( if it is possible).