Suppresses display of the page member heading whenever a heading is generated.
Syntax
{ SUPPAGEHEADING }Notes
This command does not suppress column headings and row members.
To reinstate page headings, use the PAGEHEADING command.
The keyword *PAGEHDR with the TEXT command may be used after a SUPPAGEHEADING to produce a custom page member heading. *PAGEHDR with the TEXT is not affected by SUPCOLHEADING.
Example
<PAGE (Market, Accounts, Scenario)
Chicago Sales Actual
<COLUMN (Year)
<CHILDREN Year
<ROW (Product)
<ICHILDREN Audio
!
{ SUPPAGEHEADING }
Boston Sales Actual
<CHILDREN Year
<ICHILDREN Audio
!
This example produces the following report:
Chicago Sales Actual
Qtr1 Qtr2 Qtr3 Qtr4
======= ====== ====== ======
Stereo 2,591 2,476 2,567 3,035
Compact_Disc 3,150 3,021 3,032 3,974
Audio 5,741 5,497 5,599 7,009
Qtr1 Qtr2 Qtr3 Qtr4
======= ====== ====== ======
Stereo 2,450 2,341 2,377 2,917
Compact_Disc 3,290 3,034 3,132 3,571
Audio 5,740 5,375 5,509 6,488See Also