Constants
Fixed value used in operation
Definition
A constant operand is a fixed value that remains unchanged throughout a computation or operation. Unlike other operands, they are always the same for each scenario execution.
Constants can take various forms:
- Numbers
- Strings
- Boolean values (TRUE or FALSE)
- List of strings
- List of numbers
Create constants
- Open the operand picker.
- Enter the constant you desire into the popover input:
- A string or number.
- A boolean value.
- An inline list.
- Choose the option corresponding to the constant you want. The operand picker infers possible constants from the input.
Examples
Updated 6 months ago