Function Evaluate

Evaluates an expression

Evaluate([EXPRESSION],[DEFAULT_IF_INVALID])

Parameters

# Type Passing Default Name Description/Comments
1 any required n/a EXPRESSION The expression
2 any optional n/a DEFAULT_IF_INVALID The default to use if the expression fails

Returns

The result of the evaluation


Examples

Example to check whether the asking price is above a threshold

{{Evaluate(ALIAS.PRICEASK >= 25000)}}