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
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
==ElemLastSibling(Dimension, Element)==
==[[Excel_Client:Functions_(Formulas)|Function]]==


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.
<span {{CoPFormel}}>ElemLastSibling(Dimension, Element)</span>


===Parameter===
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.


{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
{| class="wikitable" width={{{breite|80%}}}
|- {{Tabellentitel}}
| width="150px"|Parameter
| Description
|-
|-
|width="200pt" style=background-color:#f6f6f6 |'''Dimension''' 
|Dimension  
|The dimension to which the operation applies.  
|The dimension to which the operation applies.  
|-
|-
|style=background-color:#f6f6f6 |'''Element '''
|Element
|The element whose last “sibling element” is sought.  
|The element whose last “sibling element” is sought.  
|}
|}


 
==Example==
===Example ===
<span {{CoPFormel}}>ElemLastSibling("Zeit"; "SEP 2005")</span><br>
 
returns „DEZ 2005“
{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
|-
|width="200pt" style=background-color:#f6f6f6 |'''Function'''
|style=background-color:#f6f6f6 |'''Result '''
|-
|ElemLastSibling(„Zeit“; „SEP 2005“)  
|„DEZ 2005“
|}
 


__NOEDITSECTION__
__NOEDITSECTION__
[[Category:Excel_Client_Formulas|ElemLastSibling]]
[[Category:Excel_Client_Formulas|ElemLastSibling]]
[[de:Excel_Client:ElemLastSibling]]
[[de:Excel_Client:ElemLastSibling]]

Latest revision as of 14:55, 15 April 2014

Function

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 Description
Dimension The dimension to which the operation applies.
Element The element whose last “sibling element” is sought.

Example

ElemLastSibling("Zeit"; "SEP 2005")
returns „DEZ 2005“