Control statements
When modifying chart data, you use a sub-set of the Qlik Sense script which consists of a number of statements. A statement can be either a regular script statement or a script control statement.
Control statements are typically used for controlling the flow of the script execution. Each clause of a control statement must be kept inside one script line and may be terminated by semicolon or end-of-line.
Prefixes are never applied to control statements.
All script keywords can be typed with any combination of lower case and upper case characters.
Use the drop-down on each function to see a brief description and the syntax of each function. Click the function name in the syntax description for further details.