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: | ||
== | ==[[Excel_Client:Functions_(Formulas)|Function]]== | ||
<span {{CoPFormel}}>ElemFirstChild(Dimension, Element)</span> | |||
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 | |||
{| | {| class="wikitable" width={{{breite|80%}}} | ||
|- {{Tabellentitel}} | |||
| width="150px"|Parameter | |||
| Description | |||
|- | |- | ||
| | |Dimension | ||
|The dimension to which the operation applies. | |The dimension to which the operation applies. | ||
|- | |- | ||
| | |StartElement | ||
|The element whose first child element is sought. | |The element whose first child element is sought. | ||
|} | |} | ||
==Example == | |||
<span {{CoPFormel}}>ElemLastChild(„Zeit“; „2005“)</span><br> | |||
returns „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“