SUPPAGEHEADING
The Essbase Report Writer SUPPAGEHEADING command suppresses display of the page member heading whenever a heading is generated.
Syntax
{ SUPPAGEHEADING }
Notes
SUPPAGEHEADING 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
The following report script is designed for the Demo Basic cube, available in the gallery.
<PAGE (Market, Accounts, Scenario)
{ STARTHEADING
SUPPAGEHEADING
TEXT 2 "*DATETIME" C "Audio Sales Report" 65 "*PAGESTRING" SKIP
TEXT 2 "City: " 12 "*PAGEHDR 1"
TEXT 2 "Account: " 12 "*PAGEHDR 2" SKIP
ENDHEADING }
Boston Sales Actual
<CHILDREN Year
<ICHILDREN Audio
!
The above example produces the following report:
06/10/20 07:07:13 Audio Sales Report Page: 1
City: Boston
Account: Sales
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,488