Framework:FKT DimIsChildOf: 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_DimIsChildOf(<dimension name>, <ChildElement_CopSysId>, <ParentElement_CopSysId>)  
<span {{CoPFormel}}>FKT_DimIsChildOf(<dimension name>, <ChildElement_CopSysId>, <ParentElement_CopSysId>) </span>
 


{| class="wikitable" width="80%"
{| class="wikitable" width="80%"
Line 18: Line 17:
|COPSYS_ID of the parent element  
|COPSYS_ID of the parent element  
|}
|}
This function belongs to [[:Category:Functions_-_server-side|server-side functions]].
==Result==
Verifies, if the “ChildElement” is an element of the parent. (Example: if sales proceeds are part of the balance sheet profit). If this is the case, 1 is returned, otherwise 0.


==Samples==


==Result==
<span {{CoPFormel}}>FKT_DimIsChildOf ( Bilanz-Struktur , [Eroeffnungsbilanz_PLAN.Bilanz-Struktur_1.COPSYS_ID] , @BIL_Bilanzgewinn@ ) </span>


Verifies, if the “ChildElement” is an element of the parent. (Example: if sales proceeds are part of the balance sheet profit). If this is the case, 1 is returned, otherwise 0.
<span {{CoPFormel}}>FKT_DimIsChildOf(Finanzplan-Indirekt-Struktur, [Bilanz_MJP.Bilanz-Struktur_1.Finanzplan-Indirekt-Struktur_1.COPSYS_ID] , @FP_Indirekt_CFINV@ )</span>


__NOEDITSECTION__  
__NOEDITSECTION__  


[[Category:Functions|DimIsChildOf]]
[[Category:Functions_-_server-side|DimIsChildOf]]
[[Category:Functions_-_server-side|DimIsChildOf]]
[[de:Framework:FKT DimIsChildOf]]
[[de:Framework:FKT DimIsChildOf]]

Latest revision as of 14:36, 22 October 2013

Function

FKT_DimIsChildOf(<dimension name>, <ChildElement_CopSysId>, <ParentElement_CopSysId>)

Parameter Description
Dimension name Name of the dimension
ChildElement_CopSysId COPSYS_ID of the child element
ParentElement_CopSysId COPSYS_ID of the parent element

This function belongs to server-side functions.

Result

Verifies, if the “ChildElement” is an element of the parent. (Example: if sales proceeds are part of the balance sheet profit). If this is the case, 1 is returned, otherwise 0.

Samples

FKT_DimIsChildOf ( Bilanz-Struktur , [Eroeffnungsbilanz_PLAN.Bilanz-Struktur_1.COPSYS_ID] , @BIL_Bilanzgewinn@ )

FKT_DimIsChildOf(Finanzplan-Indirekt-Struktur, [Bilanz_MJP.Bilanz-Struktur_1.Finanzplan-Indirekt-Struktur_1.COPSYS_ID] , @FP_Indirekt_CFINV@ )