REPMBR

Displays member names only for members of the dimension specified.

Used with the commands REPALIAS, REPMBRALIAS, and REPALIASMBR.

Syntax

<REPMBR dimensionname

Notes

Example

The following example is based on Sample Basic.

<PAGE (Product, Measures)
<COLUMN (Scenario, Year)
//Displays aliases for all dimensions except the Product dimension. Displays member names for the Product dimension.
<REPALIAS ""
<REPMBR Product
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 Measures Actual 

                      Jan      Feb      Mar 
                 ======== ======== ======== 

Market                220      231      239 

                   300-30 Measures Actual 

                      Jan      Feb      Mar 
                 ======== ======== ======== 

Market                897      902      896 

                    300 Measures Actual 

                      Jan      Feb      Mar 
                 ======== ======== ======== 

Market              1,917    1,997    2,015

See Also