Excel Client:ElemHasChild

From CoPlanner 10
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

ElemHasChild(Dimension, Element)

This function returns a value of True if the element contains child elements. Otherwise it returns a value of False. The value of False is also returned if the element is not present in the dimension.

Parameter Description
Dimension The dimension to which the operation applies.
Element The element that is being searched.

Example

ElemHasChild("Zeit";"JAN 2005")
returns False