SUPNAMES

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

Syntax

{ SUPNAMES }

Description

This command suppresses the display of row member names in the final report. You still see the page and column member names at the top of the report and the data values in the rows. 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:


                         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
					
					

See Also

COLHEADING
NAMESON
PAGEHEADING
SUPCOLHEADING
SUPPAGEHEADING

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