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 |
||
| Line 29: | Line 29: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Excel_Client_Formulas|ElemLastChild]] | [[Category:Excel_Client_Formulas|ElemLastChild]] | ||
[[de: | [[de:Excel_Client:ElemLastChild]] | ||
Revision as of 07:43, 7 May 2010
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 dimension or if the Element has no Child elements, an empty string (“”) is returned.
Parameter
| Dimension | The dimension to which the operation applies. |
| Element | The element whose last child element is sought. |
Example
| Function | Result |
| ElemLastChild(„Zeit“; „2005“) | „DEZ 2005“ |