Framework:FKT CIF

From CoPlanner 11
Revision as of 11:43, 10 July 2015 by Admin (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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])