Excel Client:ElemLastChild: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 18: Line 18:


==Example ==
==Example ==
<span {{CoPFormel}}>ElemLastChild(„Zeit“; „2005“)</span><br>  
<span {{CoPFormel}}>ElemLastChild("Zeit"; "2005")</span><br>  
liefert „DEZ 2005“
liefert „DEZ 2005“



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“