Excel Client:ElemChildCount: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with '==ElemChildCount(Dimension, StartElement)== Diese Funktion retourniert die Anzahl der ChildElemente die das Element StartElement beinha…' |
No edit summary |
||
| Line 1: | Line 1: | ||
==ElemChildCount(Dimension, StartElement)== | ==ElemChildCount(Dimension, StartElement)== | ||
This returns the number of ChildElements contained within the element StartElement. | |||
===Parameter=== | ===Parameter=== | ||
| Line 8: | Line 8: | ||
|- | |- | ||
|width="200pt" style=background-color:#f6f6f6 |'''Dimension''' | |width="200pt" style=background-color:#f6f6f6 |'''Dimension''' | ||
| | |The dimension to which the operation applies. | ||
|- | |- | ||
|style=background-color:#f6f6f6 |'''StartElement ''' | |style=background-color:#f6f6f6 |'''StartElement ''' | ||
| | |The element for whom the number of ChildElements is sought. | ||
|} | |} | ||
=== | ===Example === | ||
{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}} | {| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}} | ||
|- | |- | ||
|width="200pt" style=background-color:#f6f6f6 |''' | |width="200pt" style=background-color:#f6f6f6 |'''Function ''' | ||
|style=background-color:#f6f6f6 |''' | |style=background-color:#f6f6f6 |'''Result ''' | ||
|- | |- | ||
|ElemChildCount(„Zeit“;“2005“) | |ElemChildCount(„Zeit“;“2005“) | ||
Revision as of 16:52, 6 May 2010
ElemChildCount(Dimension, StartElement)
This 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 |