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

  1. Open the operand picker.
  2. Enter the constant you desire into the popover input:
    1. A string or number.
    2. A boolean value.
    3. An inline list.
  3. Choose the option corresponding to the constant you want. The operand picker infers possible constants from the input.

Examples

Create string or number constant

Create string or number constant

Create a string or boolean constant

Create a string or boolean constant

Create inline number list

Create inline number list

Create inline string list

Create inline string list