Framework:FKT CIF: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with '==Function== FKT_CIF(<condition>,<True-Part>,<False-Part>) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f6f6f6 |'''Para…'
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
==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%"
{| cellspacing="1" cellpadding="3" width={{{breite|80%}}}  border="1"
|- {{Tabellentitel}}
|-
| Parameter  
| style=background-color:#f6f6f6 |'''Parameter'''
| Description
| style=background-color:#f6f6f6 |'''Description'''
|-
|-
|condition
|condition
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:Framework Formulae|FKT CIF]]
[[Category:Functions|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])