Excel Client:ElemIsSubElement
From CoPlanner 10
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"