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

How to share a data model between multiple apps (.QVW) files.

Hi

Has anyone tried loading one copy of data model loaded into memory and share across multiple apps ? I mean one single instance of the data in memory.  Is it possible by design at all ?

5 Replies
maxgro
MVP
MVP

AFAIK I suppose isn't possible.

You can use a qvw as data model and binary load it in different qvw but you have n qvw with the same data model (and data), not  one.

ashfaq_haseeb
Champion III
Champion III

Hi,

Look at binary load.

Regards

ASHFAQ

Not applicable
Author

Appreciate any other comments

its_anandrjs
Champion III
Champion III

No i believe not possible there is two possible way from my side

1. Binary load and do with n number of the application.

2. Export the script file and save as *.qvs and load this script file into the another QVW application and you can do this on n number of application.

Not applicable
Author

Thank you. i take the word 'not possible' and assuming it's by design.

Though i understand the workarounds, the goal is to have single copy of data in-memory. Thank you for sharing your experience.