GETOLAPNAME
This function returns the Name attribute from an element of the OLAP metadata hierarchy.
The function requires the unique name of the element. Use GETOLAPNAMEA to retrieve the Name attribute from an array of unique names.
Syntax
=GETOLAPNAME("uniquename")
Example
This example returns ANALYSIS
.
=GETOLAPNAME("[Repository].[BestPracticesOLAP].[Analysis]")