RENAME

Renames a member within the report.

Syntax

{ RENAME "newMbrName" } mbrName

Parameters

"newMbrName"

Valid member name, enclosed in quotation marks, to be used as the replacement name.

mbrName

Name of the member that you want to rename temporarily.

Notes

This command renames a member within the report. This is a way of creating a temporary alias that applies to a single member, and it applies only within the report. Note that when you assign a temporary name to a member name, you do not have to state the member name again before or on the following line after the RENAME command. However, if you do state the member name later in the report, but not immediately on the next line after the RENAME command, the temporary name will be reset to its original member name.

Example

{RENAME "Video"} Visual

renames the Visual member to "Video" in the report.