XLCubed is now FluenceXL. The new wiki can be found here: https://help.fluencexl.com/ |
Difference between revisions of "XL3MemberLevelLookup"
(Created page with 'Returns a name or caption of a member at a given level. ==Syntax== {{Code|XL3MemberLevelLookup( Connection, Position, Hierarchy, Level )}} ==Parameters== {| class="wikitable" …') |
(Added categories) |
||
Line 31: | Line 31: | ||
==See Also== | ==See Also== | ||
* [[Formula Reference]] | * [[Formula Reference]] | ||
+ | |||
+ | [[Category:Formulae]] | ||
+ | [[Category:OLAP Formulae]] |
Latest revision as of 10:35, 8 October 2010
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" )