Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
if i go with binary load then script variables will get dropped or not?
in script level variables created by me
The variables do not get loaded with binary load.
The variables do not get loaded with binary load.
from QlikView online help
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
This post has a workaround ...
Load the variables into a table in the original document and then peek them out to variables after the binary load.
Alternatively you can type your variables in a text file and include the same text file in every inherited qvw file.
See help to find out how to include text files in the script.
Hope this helps.
QVW can load entire datamodel and secession access but variables can't loaded from one QVW to another QVW..