Excel Client:ElemFirstChild: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with '==ElemFirstChild(Dimension, Element) == This returns the element that appears in order as the first child element of the element Element. If the Element is not present in the di…'
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==ElemFirstChild(Dimension, Element) ==
==[[Excel_Client:Functions_(Formulas)|Function]]==


This returns the element that appears in order as the first child element of the element Element. If the Element is not present in the dimension or if the Element has no Child
<span {{CoPFormel}}>ElemFirstChild(Dimension, Element)</span>


===Parameter===
This [[Excel_Client:Functions_(Formulas)|function]] returns the element that appears in order as the first child element of the element Element. If the Element is not present in the dimension or if the Element has no Child


{| 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   
|The dimension to which the operation applies.
|The dimension to which the operation applies.
|-
|-
|style=background-color:#f6f6f6 |'''StartElement '''
|StartElement
|The element whose first child element is sought.  
|The element whose first child element is sought.  
|}
|}


 
==Example ==
===Example ===
<span {{CoPFormel}}>ElemLastChild(„Zeit“; „2005“)</span><br>
 
returns „JAN  2005“
{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
|-
|width="200pt" style=background-color:#f6f6f6 |'''Function'''
|style=background-color:#f6f6f6 |'''Result '''
|-
|ElemLastChild(„Zeit“; „2005“)  
|„JAN  2005“
|}
 


__NOEDITSECTION__
__NOEDITSECTION__
[[Category:Excel_Client_Formulas|ElemFirstChild]]
[[Category:Excel_Client_Formulas|ElemFirstChild]]
[[de:Excel_Client:ElemFirstChild]]
[[de:Excel_Client:ElemFirstChild]]

Latest revision as of 10:30, 24 May 2012

Function

ElemFirstChild(Dimension, Element)

This function returns the element that appears in order as the first child element of the element Element. If the Element is not present in the dimension or if the Element has no Child

Parameter Description
Dimension The dimension to which the operation applies.
StartElement The element whose first child element is sought.

Example

ElemLastChild(„Zeit“; „2005“)
returns „JAN 2005“