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