Excel Client:ElemIsSubElement

From CoPlanner 11
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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 "FALSE"


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

Returns "TRUE"


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

Returns "TRUE"