Framework:FKT Choose

From CoPlanner 10
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.