IF - j5 - 28.0 - Administration & Configuration - Hexagon

j5 IndustraForm Designer Reference

Language
English
Product
j5
Search by Category
Administration & Configuration
j5 Version
2019

Specifies a logical test to be performed.

= IF(logical_test, value_if_true[, value_if_false])

logical_test - Any value or expression which can be either TRUE or FALSE.

value_if_true - The result of the function if the logical test returns TRUE.

value_if_false - The result of the function if the logical test returns FALSE.