The MemberOverride parameter can consist of one or more dimensions. It uses the following format:
DimensionName = MemberName, DimensionName = MemberName
DimensionName is the name of an override dimension
MemberName is the name of the override member for the dimension.
Follow these guidelines when you specify member overrides:
If you specify two or more member overrides, separate them with a comma (,) or a semicolon (;) and enclose each dimension and member name in quotation marks (" "), as in the following example:
If you specify only one member override, do not include the separator character.
Dimension names and member names must be enclosed in quotation marks (" ") if they contain any of the following characters: ; , = ( ) < >.
For a single member override, the parameter may be enclosed in quotation marks (" "). For example, the CellText function is properly evaluated if you use the following member override statement with it:
The following table provides examples of ways to use the MemberOverride parameter in the CellText function:
Table 39. Examples of Using the MemberOverride Parameter