TM1 Function for TI, IF

Uses a conditional expression to check if an expression is true or false.

What is the IF function?

IF uses a conditional expression to check if an expression is true or false. 

Where can the IF function be used?

TurboIntegrator

What is the syntax for IF?

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

A demonstration on how to use IF

Show how to control which statement is executed based on the Product Scorecard element.