QUOTEMBRNAMES

Displays all the member names within quotation marks in the report script output when run through interfaces such as Administration Services, ESSCMD, and MaxL. Note that when the report script is run through the Spreadsheet Add-in or GRID API, the members are not returned within quotation marks.

Syntax

<QUOTEMBRNAMES

Notes

QUOTEMBRNAMES can occur anywhere in a report script. This command is useful when using the Report Writer to export data intended for reloading a database without the use of a data load rule file.

Note:

When used in a report script that also uses the RENAME report command, names substituted using the RENAME command are not enclosed in quotation marks.

Example

<PAGE (Scenario)
<COLUMN (Year)
<ROW (Product, Market, Measures)
<QUOTEMBRNAMES
{ROWREPEAT}

<ICHILDREN Year
<DIMBOTTOM Product
<DIMBOTTOM Market
<CHILDREN Profit
 !