Excel Client:ElemLastSibling: Difference between revisions
From CoPlanner 10
Jump to navigationJump to search
Created page with '==ElemLastSibling(Dimension, Element)== This returns the last element of the level on which the element is located. If the Element is not present in the dimension, an empty stri…' |
No edit summary |
||
| Line 1: | Line 1: | ||
==ElemLastSibling(Dimension, Element)== | ==ElemLastSibling(Dimension, Element)== | ||
This returns the last 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 last 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
ElemLastSibling(Dimension, Element)
This function returns the last 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 last “sibling element” is sought. |
Example
| Function | Result |
| ElemLastSibling(„Zeit“; „SEP 2005“) | „DEZ 2005“ |