IF (Report Builder 1.0)
Returns one value if a condition evaluates to TRUE and another value if a condition evaluates to FALSE. IF can have one or more than one condition/value pairs.
-
The condition must be a value or expression that can be evaluated to TRUE or FALSE.
-
Value_If_True represents the value returned if the condition is true.
-
Value_If_False represents the value returned if the condition is false.
-
If any of the arguments to IF are arrays, every element of the array is evaluated when the IF statement is carried out.

