System variables, some of which are system-defined, provide information about the system and the Qlik Sense app.
Use the drop-down on each function to see a brief description and the syntax of each function. For some of the functions, you can get further details about that specific function by clicking the function name in the syntax description.
Returns the drive letter of the first floppy drive found, normally a:. This is a system-defined variable.
The include variable specifies
a file that contains text that should be included in the script. The entire
script can thus be put in a file. This is a user-defined variable.
If this variable is set to 0, stripping of /*..*/ and // comments in the
script will be inhibited. If this variable is not defined, stripping of comments will always
be performed.
Normally all field values are automatically stripped of leading and
trailing blanks (ASCII 32) before being loaded into the Qlik Sense
database. Setting this variable to 1 suspends the stripping of blanks. Tab (ASCII 32) and hard space (ANSI 160) are never stripped.
This
variable defines the timeout in seconds that Qlik Sense should respect when
getting data from URL sources (e.g. HTML pages). If omitted, the timeout
is about 20 minutes.
Specifies which locale to use for sort order and search matching. The value is the culture name of a locale, for example 'en-US'.This is a system-defined variable.