OLAPDimensions (Object)

Member of:

Catalog object

Description:

Represents all dimension values associated with an OLAPQuery. Dimensions are categories of information.

Example:

This example shows how to count the number of dimensions in an OLAPQuery and display the results in an Alert box:.

Alert(ActiveDocument.Sections["OLAPQuery"].Catalog.Dimensions.Count)

Methods:

Item(Value As NameOrIndex), RetrieveDimensions ()

Properties:

Read-only: Attribute Dimension as Boolean, Count as Number, Name as String, UniqueName as String