XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/

XL3MemberLevelLookup

Revision as of 10:35, 8 October 2010 by Antonio.remedios (talk) (Added categories)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a name or caption of a member at a given level.

Syntax

XL3MemberLevelLookup( Connection, Position, Hierarchy, Level )

Parameters

Parameter Description
Connection Connection number to use
Position Number of member to return
Hierarchy Name of the hierarchy that the member applies to e.g. "Measures" or "[Customer].[Customer Geography]"
Level Level whose child should be returned

Examples (based on the Bicycle Sales cube)

Returns 'Asia', the 3rd member on level 'Continent'

=XL3MemberLevelLookup( 1, 3, "Region", "Continent" )

See Also