OUTMBRALT

Sets the output name to the database outline member name followed by the outline alias, as defined in the current alias table.

Syntax

<OUTMBRALT

Description

This command defines the alternate name for members in the report as the member name, followed by the alternate name.

The member name and alias are separated by a single space.

You must also use the { OUTALTNAMES } command to actually display the new alternate name instead of the member names.

Notes

You must precede the OUTMBRALT command with OUTALTNAMES to display the alias, followed by the member name (rather than the member name alone).

Example

The following example is based on Sample Basic.

<PAGE (Product, Measures)
<COLUMN (Scenario, Year)
{OUTALTNAMES}
<OUTMBRALT
Actual
<CHILDREN Qtr1
<ROW (Market)
<IDESCENDANTS "300"
     !

This example produces the following report:


                       300-10 Measures Actual 
                       Jan      Feb      Mar 
                    ======== ======== ======== 
Market                 800      864      880 

            300-20 Vanilla Cream Measures Actual  
                      Jan      Feb      Mar                  
                    ======== ======== ======== 
Market                 220      231      239 

              300-30 Diet Cream Measures Actual 
                       Jan      Feb      Mar 
                  ======== ======== ======== 
Market                 897      902      896 

                300 Cream Soda Measures Actual 
                       Jan      Feb      Mar 
                  ======== ======== ======== 
Market              1,917    1,997    2,015 

See Also

OUTALT
OUTALTMBR
OUTALTNAMES
OUTMBRNAMES

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