Excel Client:ElemNextMember: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:
===Parameter===
===Parameter===


{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
{| class="wikitable" width="50%"
|-
|-
|width="200pt" style=background-color:#f6f6f6 |'''Dimension'''   
|width="200pt" style=background-color:#f6f6f6 |'''Dimension'''   
Line 17: Line 17:
===Example ===
===Example ===


{| style=cellspacing="1" cellpadding="5" border="1" width={{{breite|50%}}}
{| class="wikitable" width="50%"
|-
|- {{Tabellentitel}}  
|width="200pt" style=background-color:#f6f6f6 |'''Function'''
|width="200pt" |Function
|style=background-color:#f6f6f6 |'''Result '''
|Result
|-
|-
|ElemNextMember(„Zeit“;“JUL 2005“)  
|ElemNextMember(„Zeit“;“JUL 2005“)  

Revision as of 09:43, 6 March 2012

ElemNextMember(Dimension, Element)

This function returns the name of the element located at the position immediately after the element Element. If the Element is not present in the dimension or if there is no element at the position, an empty string (“”) is returned.

Parameter

Dimension The dimension to which the operation applies.
Element The element that serves as the basis.


Example

Function Result
ElemNextMember(„Zeit“;“JUL 2005“) „AUG 2005“