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: 
Anonymous
Not applicable

binary?

If i load a application through binary(qvw)

what are the changes will be there ?

whether variables will get dropped ?

any changes in dm ? or any changes in tables ?

14 Replies
its_anandrjs
Champion III
Champion III

Hi,

Yes you right but better you copy and paste the variables from the script part into new qvw. And for synthetic keys do not worry about that just load the tables and remove it from the load script. And by this you also know what are the synthetic keys are created in the QVW application.

Regards

Anand

Anonymous
Not applicable
Author

Hi anand,

Thank u very much for uy r wonderful answers

if u have any sample application for above queries could pls share it here

because as u told again i have to pull all data in to final app and need to remove synthetic key .

it means i need to copy all script from datamodel to final app again ?

am i right?

its_anandrjs
Champion III
Champion III

Hi,

No you have to load the QVW file as binary load into another QVW and do not need to write the script again there. Example check this two files File1.qvw and File2.qvw in File2.qvw i binary load the File1.qvw with one table and in file2.qvw there is one binary load of the File1.qvw. Check file1.qvw for the binary load.

Regards

Anand

Anonymous
Not applicable
Author

Just to add..here from already posted answer, which might give you more clarity:-

Binary load is the load performs for the QVW file means when any QVW file loads into the another QVW and load all structure from another QVW to another QVW. And at a time only single QVW is loaded as binary file.

For example, our dashboards and reporting apps are typically built in 3 stages... we use a handful of apps to acquire and transform data from various sources and export the raw but "formatted" data in QVDs. In a second stage app, we load the qvds into one data model, perform any additional data transformation on the full set. Then finally, the third and final stage is the "front-end" interface where we load the qvw (called a binary load) into an app where the dashboard, reporting and visualizations are created.

For your clarification since you don't have any syn key in previously loaded QVD, of course you wont get here in new as well. Please let me know if your question is clarified while marking it as answered or shoot your next query.

Best Regards,

S Kumar

maxgro
MVP
MVP

tst