The ‘Binary’ Regular Statement
This article will cover the syntax of the 'binary' regular script statement. The binary statement is used to load data from another Qlik Sense app. Note that only a single…
This article will cover the syntax of the 'binary' regular script statement. The binary statement is used to load data from another Qlik Sense app. Note that only a single…
This article will cover the syntax of the 'autonumber' regular script statement. The autonumber statement is used to create a unique integer value for each unique field value encountered in…
This article will cover the syntax of the 'alias' regular script statement. The alias statement is used to rename a field to a specific name every time it occurs in…
Regular statements within the Qlik Sense app script are used to load and transform data. This article will list the regular statements and their purpose. Click on the statement to…
This article will cover the syntax of the 'switch' control script statement. The switch statement is a logical statement. You can specify different execution scripts that run only when a…
This article will cover the syntax of the 'sub' control script statement. This statement defines the start of a subroutine. A subroutine is a script part that will only be…
This article will cover the syntax of the 'if... then' control script statement. This is a logical statement. Different parts of the statement will be executed given the conditions met.…
This article will cover the syntax of the 'for... next' control script statement. This is an iterative statement where a counter is specified. The statement will execute for each value…
This article will cover the syntax of the 'for each... next' control script statement. This is an iterative statement where single or multiple parameters can be specified. The statement will…
This article will cover the syntax of the 'exit script' control script statement. This is a statement that ends the execution. It can be used anywhere in the script to…