Excel Client:ElemNextMember: Difference between revisions

From CoPlanner 10
Jump to navigationJump to search
Created page with '==ElemNextMember(Dimension, Element) == This returns the name of the element located at the position immediately after the element Element. If the Element is not present in the…'
 
No edit summary
Line 28: Line 28:


__NOEDITSECTION__
__NOEDITSECTION__
[[Category:Excel_Client_Forumlas|ElemNextMember]]
[[Category:Excel_Client_Formulas|ElemNextMember]]
[[de:Excel_Client:ElemNextMember]]
[[de:Excel_Client:ElemNextMember]]

Revision as of 07:47, 7 May 2010

ElemNextMember(Dimension, Element)

This 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“