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 |
||
| Line 1: | Line 1: | ||
==ElemFirstChild(Dimension, Element) == | ==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 dimension or if the Element has no Child | 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 | ||
===Parameter=== | ===Parameter=== | ||
Revision as of 08:15, 7 May 2010
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
| Dimension | The dimension to which the operation applies. |
| StartElement | The element whose first child element is sought. |
Example
| Function | Result |
| ElemLastChild(„Zeit“; „2005“) | „JAN 2005“ |