Adding data sources
Now, reopen Executive Dashboard.qvw
in the examples. Choose File | Edit Script.
Loading from another QlikView document
Although there is not much left to learn from the actual scripts in the CFO executive dashboard, we can see from the very first statement in the script that we are loading from another QlikView document with the same name em dash except with lowercase letters. The following is the first statement in the script:
Binary [executive dashboard.qvw];
The binary statement is used for loading the data from another QlikView document. 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. You can use relative locations, and there is a checkbox to get QlikView to generate a relative location statement. This allows you to move your QlikView operations to folders on another computer or another server without extensive editing of script load paths.