Excel Client:ElemChildCount: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==ElemChildCount(Dimension, StartElement)== | ==ElemChildCount(Dimension, StartElement)== | ||
This returns the number of ChildElements contained within the element StartElement. | This [[Excel_Client:Functions_(Formulas)|function]] returns the number of ChildElements contained within the element StartElement. | ||
===Parameter=== | ===Parameter=== | ||
Revision as of 08:14, 7 May 2010
ElemChildCount(Dimension, StartElement)
This function returns the number of ChildElements contained within the element StartElement.
Parameter
| Dimension | The dimension to which the operation applies. |
| StartElement | The element for whom the number of ChildElements is sought. |
Example
| Function | Result |
| ElemChildCount(„Zeit“;“2005“) | 12 |