OR function

This topic describes the formula syntax and usage of the OR function in the Data Quality Execute Formula transform.

Description

Returns TRUE if any argument is TRUE.

Syntax

OR(logical_expression1,logical_expression2,...)

Example