Binary
The binary statement is used for loading the data from another Qlik Sense app or QlikView 11.2 or earlier document, including section access data.
Syntax:
binary file
file ::= [ path ] filename
Arguments:
Argument | Description |
---|---|
file | The name of the file, including the file extension .qvw or .qvf. |
path |
The path to the file as a folder data connection. Example: 'lib://Table Files/' In legacy scripting mode, the following path formats are also supported:
|
Information noteOnly one binary statement is allowed in the script and it must be the first
statement of the script.