Skip to main content
Adaptive Planning
Last Updated: 2023-06-23
Reference: Operators and Functions for Conditional Formatting

Reference: Operators and Functions for Conditional Formatting

Syntax Rules

Basic syntax:
first-expression comparison-operator second-expression
. Example:
([Quick Ratio] - 10) * 2 >= 19
  • An expression can reference any data series in the chart, including data from an account, calculation, or custom metric. You must enclose the data series name (not code) or the calculation name in brackets. Examples:
    [1000 Assets]
    ,
    [QuickRatio]
    . The data series name displays in Data Settings:
Data Series Name from Expanded Account Section in the Data Settings tab
  • Workday evaluatesexpressions left to right; expressions in parentheses calculate first.

Comparison

Mathematical

Use mathematical operators with the expressions.

Calculation Functions