Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

TRANSLATE-BOOLEAN( ) Check Boolean expression

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