SUPCOLHEADING

Suppresses display of default column headings.

Syntax

{ SUPCOLHEADING }

Notes

Unless a custom heading is defined, you will see only the page heading members at the top of the page and row members on the left side of each row. The keyword >*COLHDR with the TEXT command is not affected by SUPCOLHEADING and may still be used to generate column headings where desired.

Example

<PAGE (Market, Accounts, Scenario)
{ SUPCOLHEADING }
Boston Sales Actual
      <COLUMN (Year)
      <CHILDREN Year
<ROW (Product)
<ICHILDREN Audio 
     !
         

This example produces the following report:

                       Boston Sales Actual 

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

See Also