Condition

This function evaluates a condition and returns a result based on the condition result. The result depends on the passed parameter values (can be any type).

Function Parameters

If

An expression which returns Boolean result (e.g. Equal (=), Greater Than (>), Logical Or, etc.).

Possible children:

  • Filter Reference
  • Function

Then

Value returned if the condition resturns True.

Possible children:

  • Data Constant
  • Field reference
  • Function

Else

Value returned if the condition returns False.

Possible children:

  • Data Constant
  • Field reference
  • Function