Excel Client:ElemFirstSibling: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
==ElemFirstSibling(Dimension, Element) == | ==ElemFirstSibling(Dimension, Element) == | ||
This returns the first element of the level on which the element is located. If the Element is not present in the dimension, an empty string (“”) is returned. | This [[Excel_Client:Functions_(Formulas)|function]] returns the first element of the level on which the element is located. If the Element is not present in the dimension, an empty string (“”) is returned. | ||
===Parameter=== | ===Parameter=== | ||
Revision as of 08:15, 7 May 2010
ElemFirstSibling(Dimension, Element)
This function returns the first element of the level on which the element is located. If the Element is not present in the dimension, an empty string (“”) is returned.
Parameter
| Dimension | The dimension to which the operation applies. |
| Element | The element whose first “sibling element” is sought. |
Example
| Function | Result |
| ElemFirstSibling(„Zeit“; „SEP 2005“) | „JAN 2005“ |