Excel Client:ElemIsSubElement

From CoPlanner 10
Revision as of 16:50, 14 April 2015 by Admin (talk | contribs) (Created page with "==Function== <span {{CoPFormel}}>ElemIsSubelement(DimensionName, ParentElement, ChildElement)</span> This [[Excel_Client:Functions_(For...")

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

Function

ElemIsSubelement(DimensionName, ParentElement, ChildElement)

This function returns "TRUE" if the child element is a subelement of any level of the specified parent element, otherwise "FALSE". If child or parent is not included as an element in the dimension also "FALSE" will be returned. |}


Parameter Description
DimensionName Dimension which is referenced
ParentElement Element of the dimension, which should be a parent of the specified child element
ChildElement Element of the dimension, which should be subordinate to the specified parent element

Example

ElemIsChild("Zeit";"JAN 2015";"2015")

returns "FALE"


ElemIsChild("Zeit";"2015";"JAN 2015")

Returns "TRUE"


ElemIsChild("Zeit";"Zeit";"JAN 2015")

liefert "WAHR"