This category provides programming functions for performing calculations, manipulating and validating data, assigning and comparing variables, and basic programming functions such as loop counting.
Programmatic Action Cell |
Description |
|
|
Compares the value of an integer or string value in a variable against literal values (or with values held in other variables) and then branches accordingly. |
|
|
Assigns a value to a variable. |
|
|
Increments a value stored in a variable by 1 and then branches according to the new value. |
|
|
Compares two values and branches according to whether the first value is less than, equal to, or greater than the second value. |
|
|
Divides a number (the dividend) by another number (the divisor) and then assigns the remainder (the modulus) to a variable. |
|
|
Divides a number (the dividend) by another number (the divisor) and then assigns the result (the quotient) to a variable. |
|
|
Multiplies a number by another number and then assigns the result (the product) to a variable. |
|
|
Subtracts a number from another number and then assigns the result (the difference) to a variable. |
|
|
Adds a number to another number and then assigns the result (the sum) to a variable. |
|
|
Generates a random number in a specified range. |
|
|
Branches according to whether a specified date is before or after the current date or equal to it. |
|
|
Populates extended record fields set up in storm VIEW with values stored in user variables. |