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

XL3HierarchyLookup

Revision as of 12:25, 6 October 2010 by Antonio.remedios (talk | contribs) (Created page with 'Returns a hierarchy caption from a given hierarchy unique name. ==Syntax== {{Code|XL3HierarchyLookup( Connection, Hierarchy )}} ==Parameters== {| class="wikitable" ! Parameter…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Returns a hierarchy caption from a given hierarchy unique name.

Syntax

XL3HierarchyLookup( Connection, Hierarchy )

Parameters

Parameter Description
Connection Connection number to use
Hierarchy Unique name of the hierarchy to retrieve the caption for

Examples (based on the Bicycle Sales cube)

Returns 'Product', the caption of the [Product] dimension.

=XL3HierarchyLookup( 1, "[Product]" )

See Also