Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
suppose one qvw file into another qvw file in binary load..what happening i mean both object and scripts or script only loaded?
Raja,
Only the data model will be loaded into the other file using binary load. No objects will load into the other file.
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
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
Yes, data model plus data. No front end, no variables.
what about objects?i mean how to load that objects
Just create a copy of the original QVW
Andy