Binary
Mit dem Befehl binary werden die Daten aus einer anderen Qlik Sense-App oder einem Dokument von QlikView einschließlich der Section Access-Daten geladen. Andere Elemente der App sind nicht inbegriffen, z. B. Arbeitsblätter, Stories, Visualisierungen, Master-Elemente oder Variablen.
Only 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
Argumente:
Argument | Description |
---|---|
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. Beispiel: 'lib://Table Files/' Im Legacymodus für die Skripterstellung werden die folgenden Pfadformate ebenfalls unterstützt:
|
filename |
The name of the file, including the file extension .qvw or .qvf. |
Beschränkungen:
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.