Skip to main content

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. Other elements of the app are not included, for example, sheets, stories, visualizations, master items or variables.

Information noteOnly one binary statement is allowed in the script. The binary statement must be the first statement of the script, even before the SET statements usually located at the beginning of the script.

Syntax:  

binary [path] filename

Arguments:  

Argument Description
filename The name of the file, including the file extension .qvw or .qvf.
path

The path to the file which should be a reference to a folder data connection. This is required if the file is not located in the Qlik Sense working directory.

See: Working directory

Example: 'lib://Table Files/'

In legacy scripting mode, the following path formats are also supported:

  • absolute

    Example: c:\data\

  • relative to the app containing this script line.

    Example: data\

See: File system access restriction

Limitations:  

You cannot use binary to load data from an app on the same Qlik Sense Enterprise deployment by referring to the app ID. You can only load from a .qvf file.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!