Framework:FKT Choose
From CoPlanner 11
Jump to navigationJump to search
Function
FKT_Choose(<Index>,<value 1 till n>)
| Parameter | Description |
| Index | name of the dimension |
| value 1 till n | the value to be returned corresponds to the index |
This function belongs to server-side functions.
Result
Provides the value 1 till n corresponding to the index
Example
FKT_Choose(FKT_GetLevel(‘PC/KST’,1),Green, Blue, Red) In this case the result would be green.