<COLUMN

Command

The COLUMN dimensions command specifies the column or columns to display across the page.

Syntax

<COLUMN ( dimList)
dimList Dimension name or a comma-delimited list of dimensions

Description

This command defines the dimensions that are displayed as column members in the final report. Column members are displayed above the data columns in the report. Any member in the report specification from the dimension the member in the COLUMN command is a column member. The order of the members in the command determines the order of the column headers in the report. The first header line of column members are from the same dimension as the first member in the dimList. The second line members are from the dimension of the second member, and so on. You can have at most one member from each dimension in the dimList and cannot repeat a dimension.

Once you have identified the column dimensions using this command, any members from those dimensions that are a part of the report are defined as the data columns. If a member is not selected from a column dimension, then the highest member in that dimension is used.

Example

<COLUMN (Year, Scenario)
Which creates a report with Year members at the head of each column. Nested below each Year member are columns headed by members of Scenario.

Notes

See Also

PAGE
ROW


Copyright (c)1991-2000 Hyperion Solutions Corporation. All rights reserved.