Represents a level within a dimension. For example, using the members listed in a Location dimension, Japan, USA, and France belong to the Country level. San Francisco, Paris, Tokyo, and Rome belong to the City level. and 35 Main Street belongs to the Address level.
This example shows how to display the parent name of an OLAP level or hierarchy in an Alert box:
Alert(ActiveDocument.Sections["OLAPQuery"].Catalog.Dimensions["Customers"]["Country"].ParentName)
Read-only: Property AttributeDimension as Boolean, Property ContainsHybridAnalysisData as Boolean, Property Count as Number, Property Name As String, Property ParentName as String