Operator: ?
The If-Unknown operator ?
checks whether a value is unknown.
If the value is not unknown (it has a specific value), that value is returned. If it is unknown, the second value is returned.
The If-Unknown operator can be used on any WEM-type: all WEM-types can be unknown - so they also can be checked for unknown and in that case the second operand should be used. Both operands must be of the same type.
This function is SQL compatible. For more information about SQL compatibility, see our documentation.
Returns Value1
if it is not unknown. Otherwise Value2
is returned.