21.01.2013 Views

QlikView Reference Manual.pdf - QlikCommunity - QlikView

QlikView Reference Manual.pdf - QlikCommunity - QlikView

QlikView Reference Manual.pdf - QlikCommunity - QlikView

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

QvWorkRoot<br />

Returns the root directory of the current <strong>QlikView</strong> document. A system-defined variable.<br />

StripComments<br />

If this variable is set to 0, stripping of /*..*/ and // comments in the script will be inhibited. Certain database<br />

drivers using /*..*/ comments for defining hints in select statements may otherwise cause script errors. It is<br />

recommended that this variable be reset to 1 immediately after the statement(s) where it is needed. If this variable<br />

is not defined, stripping of comments will always be performed.<br />

Example:<br />

Verbatim<br />

set StripComments=0;<br />

Normally all field values are automatically stripped of preceding and succeeding blank characters (ASCII 32)<br />

before being loaded into the <strong>QlikView</strong> database. Setting this variable to 1 suspends the stripping of blank<br />

characters.<br />

Example:<br />

set Verbatim = 1;<br />

OpenUrlTimeout<br />

This variable defines the timeout in seconds that <strong>QlikView</strong> should respect when getting data from URL<br />

sources (e.g. HTML pages). If omitted the timeout is about 20 minutes.<br />

Example:<br />

WinPath<br />

set OpenUrlTimeout=10<br />

Returns the browse string to Windows. A system-defined variable.<br />

WinRoot<br />

Returns the root directory of Windows. A system-defined variable.<br />

Value Handling Variables<br />

NullDisplay<br />

The defined symbol will substitute all NULL values from ODBC on the lowest level of data. A user-defined<br />

variable.<br />

Example:<br />

set NullDisplay='';<br />

NullInterpret<br />

The defined symbol will when it occurs in a text file, Excel file or an inline statement be interpreted as<br />

NULL. A user-defined variable.<br />

275

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!