Loading...
Select Version
The TRANSLATE-BOOLEAN( ) function checks whether the input expression is true or false. If it is true, the value specified in the THEN clause is supplied as the result. If the input expression is not true (= false), the value specified in the ELSE clause is supplied.
Result type: BOOLEAN / INTEGER / STRING
TRANSLATE-BOOLEAN( ) |
IF = expression1 ,THEN = expression2 ,ELSE = expression3 |