if

XQL_function_descriptions.json

Synopsis

if (cond1, value1, cond2, value2, defaultvalue)

Description

If the condition cond1 evaluates to TRUE - return value1, otherwise - return default value.