Excel Client:ElemPrevMember

From CoPlanner 11
Revision as of 14:57, 15 April 2014 by Admin (talk | contribs)

(diff) ← Older revision | Approved revision (diff) | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Function

ElemPrevMember(Dimension, Element)

This function returns the name of the element located at the position immediately before 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

ElemPrevMember("Zeit";"JUL 2005")
returns „JUN 2005“