Returns a hierarchy caption from a given hierarchy unique name or List ID.
Syntax
XL3HierarchyLookup( Connection, Unique Name or ID )
Parameters
| Parameter | Description |
| Connection | Connection number to use |
| Unique Name or ID | Unique name or List ID, Anaplan only, of the hierarchy to retrieve the caption for. |
Examples
Example based on the Bicycle Sales cube
Returns Product, the caption of the [Product] dimension.
=XL3HierarchyLookup( 1, "[Product]" )
Example on Anaplan
Returns the Product's caption of the List with ID 101000000001.
=XL3HierarchyLookup(1,101000000001)