Returns the value at the specified position of a ranking. To return the member's name instead, use the XL3RankLookup formula.
Syntax
XL3ValueRankLookup( Connection, Position, TopOrBottom, MaxCount, Measure, RankHierarchy, RankMembers, Hierarchy1, Member1,…, [Hierarchy100], [Member100] )
Parameters
Parameter | Description |
Connection | Connection number to use |
Position | Position in the ranking to return |
RankingType | The ranking type. Use the sum of the possibilities below:
For example, to return a ranking excluding both nulls and zeros, use 6. |
MaxCount | The maximum number of members to return in the ranking |
Measure | The measure on which to rank |
RankHierarchy | Name of the hierarchy that the following member applies to. For example, "Measures" or "[Customer].[Customer Geography]" . |
RankMembers | An XL3MemberSet formula used to specify what to rank over |
Hierarchy1,…, HierarchyN | Name of the hierarchy that the following member applies to. For example, "Measures" or "[Customer].[Customer Geography]" . |
Member1,…, MemberN | Either a single member's unique name or an XL3Member formula to filter the ranking across. |