Excel Client:ElemFirstSibling: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with '==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 s…' |
No edit summary |
||
| Line 14: | Line 14: | ||
|} | |} | ||
=== | ===Example=== | ||
{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}} | {| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}} | ||
| Line 27: | Line 27: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category: | [[Category:Excel_Client_Formulas|ElemFirstSibling]] | ||
[[de:Excel_Client:ElemFirstSibling]] | [[de:Excel_Client:ElemFirstSibling]] | ||
Revision as of 07:25, 7 May 2010
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.
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“ |