Excel Client:ElemChildCount: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
===Parameter=== | ===Parameter=== | ||
{| | {| class="wikitable" width="50%" | ||
|- | |- | ||
|width="200pt" style=background-color:#f6f6f6 |'''Dimension''' | |width="200pt" style=background-color:#f6f6f6 |'''Dimension''' | ||
| Line 17: | Line 17: | ||
===Example === | ===Example === | ||
{| | {| class="wikitable" width="50%" | ||
|- {{Tabellentitel}} | |||
|width="200pt" | |width="200pt" |Function | ||
| | |Result | ||
|- | |- | ||
|ElemChildCount(„Zeit“;“2005“) | |ElemChildCount(„Zeit“;“2005“) | ||
Revision as of 09:40, 6 March 2012
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 |