The ‘Load’ Regular Statement
This article will cover the syntax of the 'load' regular script statement. The load statement is used to load data into the Qlik Sense app. The syntax of the statement…
Tag for any articles covering coding in Qlik Sense.
This article will cover the syntax of the 'load' regular script statement. The load statement is used to load data into the Qlik Sense app. The syntax of the statement…
This article will cover the syntax of the 'force' regular script statement. The force statement is used to force Qlik Sense to read subsequently specified field names in a specific…
This article will cover the syntax of the 'flushlog' regular script statement. This statement writes the content of the buffer to the script log file. Statement syntax Example The flushlog…
This article will cover the syntax of the 'execute' regular script statement. The execute statement allows other programs to be ran while the load script is executing. Statement syntax CommandlineThis…
This article will cover the syntax of the 'drop table' regular script statement. The drop table statement allows you to delete a previously loaded table from the data model. Note…
This article will cover the syntax of the 'drop field' regular script statement. The drop field statement allows you to delete a field from a previously loaded table that's part…
This article will cover the syntax of the 'disconnect' regular script statement. The disconnect statement terminates a previously made connection to a database. Without the disconnect statement, the connection will…
This article will cover the syntax of the 'directory' regular script statement. The directory statement is used to define which directory to use to load files subsequently specified. The directory…
This article will cover the syntax of the 'derive' regular script statement. The derive statement is used to generate fields using definitions created in the 'declare' statement. Statement syntax Fields…
This article will cover the syntax of the 'declare' regular script statement. The declare statement is used to create field definitions. Field definitions are relationships between fields or functions and…