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
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
==ElemChildCount(Dimension, StartElement)==
==[[Excel_Client:Functions_(Formulas)|Function]]==


Diese [[Excel_Client:Funktionen_%28Formeln%29|Funktion]] retourniert die Anzahl der ChildElemente die das Element StartElement beinhaltet.
<span {{CoPFormel}}>ElemChildCount(Dimension, StartElement)</span>


===Parameter===
This [[Excel_Client:Functions_(Formulas)|function]] returns the number of ChildElements contained within the element StartElement.


{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
{| class="wikitable" width={{{breite|80%}}}
|- {{Tabellentitel}}
| width="150px"|Parameter
| Description
|-
|-
|width="200pt" style=background-color:#f6f6f6 |'''Dimension''' 
|Dimension
|Dimension auf die Bezug genommen wird
|The dimension to which the operation applies.
|-
|-
|style=background-color:#f6f6f6 |'''StartElement '''
|StartElement
|Element dessen Child Anzahl gesucht wird
|The element for whom the number of ChildElements is sought.
|}
 
 
===Beispiel===
 
{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
|-
|width="200pt" style=background-color:#f6f6f6 |'''Funktion'''
|style=background-color:#f6f6f6 |'''Ergebnis'''
|-
|ElemChildCount(„Zeit“;“2005“)
|12
|}
|}


==Example ==
<span {{CoPFormel}}>ElemChildCount("Zeit";"2005") </span><br>
returns 12


__NOEDITSECTION__
__NOEDITSECTION__
[[Category:Excel_Client_Formulas|ElemChildCount]]
[[Category:Excel_Client_Formulas|ElemChildCount]]
[[de:Excel_Client_Formeln:ElemChildCount]]
[[de:Excel_Client:ElemChildCount]]

Latest revision as of 16:47, 15 April 2014

Function

ElemChildCount(Dimension, StartElement)

This function returns the number of ChildElements contained within the element StartElement.

Parameter Description
Dimension The dimension to which the operation applies.
StartElement The element for whom the number of ChildElements is sought.

Example

ElemChildCount("Zeit";"2005")
returns 12