Add branches

A conditional function returns one of multiple possible results generated by expressions and based on IF/ELSE/ELSEIF logic. A conditional function allows for multiple branches and nesting.
To add branches to a conditional statement
  1. Open the function in the Function Builder.
  2. Right-click an item in the conditional statement menu tree.
  3. Select the root
    Condition
    item to add an
    ELSEIF
    statement to the root level of the statement. The
    Function Builder
    adds an
    Else if this expression is true:
    and a
    Return this value:
    field.
    TIP:
    Adding ELSEIF statements to the conditional statement causes it to function like a CASE statement.
  4. Select an IF or an ELSEIF item to nest an IF statement within it. The
    Function Builder
    adds an
    If this expression is true:
    , a
    Return this result:
    , and an
    Else:
    field.
    TIP:
    There is no limit to the number of branches or the number of nested levels in a conditional statement.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal