NOPAGEONDIMENSION

Turns off insertion of a new page when the member in the report from the same dimension as mbrName changes in a row of the report.

Syntax

{ NOPAGEONDIMENSION mbrName }

Parameters

mbrName

Single member whose dimension is part of the PAGEONDIMENSION declaration.

Notes

This command turns off insertion of a new page when the member in the report from the same dimension as mbrName changes in a row of the report. It is needed only after the PAGEONDIMENSION command has been used.

Example

{NOPAGEONDIMENSION Year} prevents a new page from being inserted when a member in the dimension Year changes, after PAGEONDIMENSION Year has been set.