OUTALT

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

Syntax

<OUTALT

Notes

Example

The following example is based on the Sample Basic database.

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

This example produces the following report:

                   300-10 Measures Actual 

                      Jan      Feb      Mar 
                 ======== ======== ======== 
Market                800      864      880 

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

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

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

                 Dark Cream Measures Actual 
                      Jan      Feb      Mar 
                 ======== ======== ======== 
Market                800      864      880 

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

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

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

See Also