Excel Client:ElemLastChild: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with '==ElemLastChild(Dimension, Element)== This returns the element that appears in order as the last child element of the element Element. If the Element is not present in the dimen…' |
No edit summary |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
== | ==[[Excel_Client:Functions_(Formulas)|Function]]== | ||
<span {{CoPFormel}}>ElemLastChild(Dimension, Element)</span> | |||
This [[Excel_Client:Functions_(Formulas)|function]] returns the element that appears in order as the last child element of the element Element. If the Element is not present in the dimension or if the Element has no Child elements, an empty string (“”) is returned. | |||
{| | {| 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. | ||
|- | |- | ||
| | |Element | ||
|The element whose last child element is sought. | |The element whose last child element is sought. | ||
|} | |} | ||
==Example == | |||
<span {{CoPFormel}}>ElemLastChild("Zeit"; "2005")</span><br> | |||
liefert „DEZ 2005“ | |||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Excel_Client_Formulas|ElemLastChild]] | [[Category:Excel_Client_Formulas|ElemLastChild]] | ||
[[de: | [[de:Excel_Client:ElemLastChild]] | ||
Latest revision as of 14:56, 15 April 2014
Function
ElemLastChild(Dimension, Element)
This function returns the element that appears in order as the last child element of the element Element. If the Element is not present in the dimension or if the Element has no Child elements, an empty string (“”) is returned.
| Parameter | Description |
| Dimension | The dimension to which the operation applies. |
| Element | The element whose last child element is sought. |
Example
ElemLastChild("Zeit"; "2005")
liefert „DEZ 2005“