Excel Client:ElemHasChild: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with '==ElemHasChild(Dimension, Element) == This returns a value of True if the element contains child elements. Otherwise it returns a value of False. The value of False is also retu…' |
No edit summary |
||
| Line 1: | Line 1: | ||
==ElemHasChild(Dimension, Element) == | ==ElemHasChild(Dimension, Element) == | ||
This 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. | This [[Excel_Client:Functions_(Formulas)|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=== | ===Parameter=== | ||
Revision as of 08:15, 7 May 2010
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
| Dimension | The dimension to which the operation applies. |
| Element | The element that is being searched. |
Example
| Function | Result |
| ElemHasChild(„Zeit“;“JAN 2005“) | False |