SUPNAMES

Suppresses the display of row member names in the final report.

Syntax

{ SUPNAMES }

Notes

The NAMESON command re-enables the display of row member names in the report.

Example

The following example is based on Demo Basic.

<PAGE (Market, Accounts, Scenario)
Chicago Sales Actual

      <COLUMN (Year)
      <CHILDREN Year

<ROW (Product)
<ICHILDREN Audio
     !

{ SUPNAMES }
Boston Sales Actual
      <CHILDREN Year
<ICHILDREN Audio
     !
         

This example produces the following report:

Note:

The rows with the suppressed row member names are not indented with whitespace.

                        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 
                         Boston Sales Actual 
                     Qtr1     Qtr2     Qtr3     Qtr4 
                 ======== ======== ======== ======== 
2,450    2,341    2,377    2,917 
3,290    3,034    3,132    3,571 
5,740    5,375    5,509    6,488