Framework:IIF-Condition
From CoPlanner 11
Jump to navigationJump to search
Function
IF(<Condition>,<Statement>,<ElseStatement>);
| Parameter | Description |
| Condition | Is an expression that returns TRUE or FALSE |
| Statement | The embedded statement(s) to be executed if expression is true. |
| ElseStatement | The embedded statement(s) to be executed if expression is false. |
Return
Retouniert in Abhängigkeit der Bedingung einen Wert. Kann auch verschachtelt sein.
Beispiel
IIF('TimeDimFlag([Zeit.ID])'='Y','yyyy','MMM yy'))';