Framework:FKT CIF: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 18: | Line 18: | ||
|} | |} | ||
This function belongs to [[:Category:Functions_-_server-side|server-side functions]]. | This function belongs to [[:Category:Functions_-_server-side|server-side functions]]. | ||
==Example== | |||
<span {{CoPFormel}}>FKT_CIF([Menge IST VJ]=0,[Preis IST VJ org],([Umsatz IST VJ]-[Umsatz absolut IST VJ])/[Menge IST VJ])</span><br> | |||
Latest revision as of 11:43, 10 July 2015
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])