OLAPLevelOrHierarchy (Collection)

Member of:

OLAPDimension collection

Description:

Represents a collection of OLAP dimension levels.

Example:

This example shows how to display the name of the level and the attribute dimension status in Alert boxes:

Alert(ActiveDocument.Sections["OLAPQuery"].Catalog.Dimensions["Location"].Name)
Alert(ActiveDocument.Sections["OLAPQuery"].Catalog.Dimensions["Location"].AttributeDimension)

Methods:

Item(Value NameOrIndex)

Properties:

Read-only: Property AttributeDimension as Boolean, Property ContainsHybridAnalysisData as Boolean, Property Count as Number, Property Name As String