TI Functions
TM1 Function for TI – IF
Available In
TurboIntegrator
Definition
IF uses a conditional expression to check if an expression is true or false.
Syntax
IF (expression);
statement;
ELSEIF (expression);
statement;
ELSE;
statement;
ENDIF;
expression = A logical expression to check if it is true or not.
statement = a statement to be executed if the expression is true
Video Demo
Show how to control which statement is executed based on the Product Scorecard element.