ROW

Determines the row dimensions for a report whose member names appear in the data rows of the report.

The member(s) in the command determine which dimensions from the Database Outline are displayed in the rows.

dimList is a list of members or dimension members that specifies the order, from left to right, in which the row headers are listed unless subsequently moved by ORDER or NAMESCOL. Each dimension may be represented only once in dimList.

Syntax

<ROW ( dimList )
ParameterDescription

dimList

Dimension name or a comma-delimited list of dimensions.

Notes

Example

<ROW (Product)

creates a report with each member of Product as a row in the report.

See Also