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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

suppose one qvw file into another qvw file in binary load..what happening i mean both object and scripts or script only loaded?

suppose one qvw file into another qvw file in binary load..what happening i mean both object and scripts or script only loaded?

6 Replies
hannan_t
Partner - Contributor III
Partner - Contributor III

Raja,

Only the data model will be loaded into the other file using binary load. No objects will load into the other file.

awhitfield
Partner - Champion
Partner - Champion

Hi Raja,

The binary statement is used for loading the data from another QlikView document, including section access data. It does not load the layout information or variables. Only one binary statement is allowed in the script and it can only be put as the first statement of a script.

So it's the data ONLY, not object etc.

andy

prma7799
Master III
Master III

Hi Raja,

No script or no object will loaded but Yeah you can recreate object using binary file and you can create script also.

It is loaded only data not script.

Thanks

PM

Anonymous
Not applicable
Author

Yes, data model plus data.  No front end, no variables.

Not applicable
Author

what about objects?i mean how to load that objects

awhitfield
Partner - Champion
Partner - Champion

Just create a copy of the original QVW

Andy