Excel Client:ElemNextMember: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 18: Line 18:


==Example ==
==Example ==
<span {{CoPFormel}}>ElemNextMember(„Zeit“;“JUL 2005“) </span><br>
<span {{CoPFormel}}>ElemNextMember("Zeit";"JUL 2005") </span><br>
returns „AUG 2005“  
returns „AUG 2005“  



Latest revision as of 14:57, 15 April 2014

Function

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 Description
Dimension The dimension to which the operation applies.
Element The element that serves as the basis.

Example

ElemNextMember("Zeit";"JUL 2005")
returns „AUG 2005“