Framework:FKT CIF: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:


<span {{CoPFormel}}>FKT_CIF(<condition>,<True-Part>,<False-Part>)</span>
<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>





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