PAGEHEADING

Displays the page heading before the next data-output row.

Syntax

{ PAGEHEADING }

Default Value

The page heading is the default heading, which contains the current page members. By default, page and column headers (together called the HEADING) are turned on.

Description

This command displays the page heading before the next data output row. Otherwise, a new page heading will occur only if the page or column members change, a page is generated (for example, page length is exceeded or a NEWPAGE command is issued), or a page header has not been done for this page and the first output row on the page is ready to print.

If PAGEHEADING is specified between the STARTHEADING and ENDHEADING commands, however, the page heading is displayed with the heading and not immediately. This command also permanently nullifies the effect of a previously issued SUPPAGEHEADING command.

Notes

Example

The PAGEHEADING command in the following report inserts the page heading members in the report for a second time.

<PAGE (Market, Accounts, Scenario)
Chicago Sales Actual
      <COLUMN (Year) 
      <ICHILDREN (Year)
<ROW (Product)
Television
VCR
{ SKIP PAGEHEADING SKIP }
Compact_Disc
Stereo
     !

This example produces the following report:

                      Chicago Sales Actual

                 Qtr1   Qtr2   Qtr3   Qtr4    Year 
              ======= ====== ====== ====== ======= 
Television      4,410  4,001  4,934  6,261  19,606 
VCR             3,879  3,579  4,276  4,877  16,611 

                      Chicago Sales Actual

Compact_Disc     3,150 3,021  3,032  3,974  13,177 
Stereo           2,591 2,476  2,567  3,035  10,669

See Also

COLHEADING
HEADING
PAGE
SUPALL
SUPCOLHEADING
SUPHEADING
SUPPAGEHEADING
TEXT

©2004 Hyperion Solutions Corporation. All Rights Reserved.
http://www.hyperion.com