Framework:FKT CIF: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==[[Framework:Formulae#Functions|Function]]== | ==[[Framework:Formulae#Functions|Function]]== | ||
FKT_CIF(<condition>,<True-Part>,<False-Part>) | <span {{CoPFormel}}>FKT_CIF(<condition>,<True-Part>,<False-Part>)</span> | ||
{|class="wikitable" width="80%" | {|class="wikitable" width="80%" | ||
| Line 18: | Line 17: | ||
|the value which is returned if the expression is false. | |the value which is returned if the expression is false. | ||
|} | |} | ||
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> | |||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|CIF]] | |||
[[Category:Functions_-_server-side|CIF]] | [[Category:Functions_-_server-side|CIF]] | ||
[[de:Framework:FKT CIF]] | [[de:Framework:FKT CIF]] | ||
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])