Excel Client:ElemChildName: Difference between revisions

From CoPlanner 11
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
===Parameter===
===Parameter===


{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
{| class="wikitable" width="50%"
|-
|-
|width="200pt" style=background-color:#f6f6f6 |'''Dimension'''   
|width="200pt" style=background-color:#f6f6f6 |'''Dimension'''   
Line 21: Line 21:
===Example ===
===Example ===


{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
{| class="wikitable" width="50%"
|-
|-{{Tabellentitel}}  
|width="200pt" style=background-color:#f6f6f6 |'''Function'''
|width="200pt" |Function  
|style=background-color:#f6f6f6 |'''Result'''
|Result  
|-
|-
|ElemChildName(„Zeit“;“2005“,5)  
|ElemChildName(„Zeit“;“2005“,5)  

Revision as of 09:39, 6 March 2012

ElemChildName(Dimension, StartElement, Index)

This function returns the ChildElement of the element StartElement at the position Index. The value of -1 is returned if the element is not found, if the dimension does not contain the element StartElement, or if there is no element at the position Index.

Parameter

Dimension The dimension to which the operation applies.
StartElement The parent element of the required element.
Index The position of the required element.


Example

Function Result
ElemChildName(„Zeit“;“2005“,5) MAY 2005