Framework:FKT DimIsChildOf

From CoPlanner 10
Revision as of 10:16, 6 May 2010 by Admin (talk | contribs) (Created page with '==Function== FKT_DimIsChildOf(<dimension name>, <ChildElement_CopSysId>, <ParentElement_CopSysId>) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- |…')

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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

FKT_DimIsChildOf(<dimension name>, <ChildElement_CopSysId>, <ParentElement_CopSysId>) Arguments Dimension name: name of the dimension ChildElement_CopSysId: COPSYS_ID of the child element ParentElement_CopSysId: COPSYS_ID of the parent element 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.


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.