Framework:FKT CIF

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_CIF(<condition>,<True-Part>,<False-Part>)

Parameter Description
condition the expression to be analysed.
True-Part the value which is returned if the expression is true.
False-Part the value which is returned if the expression is false.

This function belongs to server-side functions.

Example

FKT_CIF([Menge IST VJ]=0,[Preis IST VJ org],([Umsatz IST VJ]-[Umsatz absolut IST VJ])/[Menge IST VJ])