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

Description

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
 !
 

The following example is a portion of the report created by this report script:

                                                             "Scenario" 

                                              "Qtr1"   "Qtr2"   "Qtr3"   "Qtr4"   "Year" 
                                            ======== ======== ======== ======== ======== 

"100-10"      "New York"       "Sales"          1,998    2,358    2,612    1,972    8,940 
"100-10"      "Massachusetts"  "Sales"          1,456    1,719    1,905    1,438    6,518 
"100-10"      "Florida"        "Sales"            620      735      821      623    2,799 
"100-10"      "Connecticut"    "Sales"            944      799      708      927    3,378 
"100-10"      "New Hampshire"  "Sales"            353      413      459      345    1,570 
"100-10"      "California"     "Sales"          1,998    2,358    2,612    1,972    8,940 
"100-10"      "Oregon"         "Sales"            464      347      345      370    1,526 
"100-10"      "Washington"     "Sales"            422      537      589      499    2,047 
"100-10"      "Utah"           "Sales"            384      340      311      349    1,384 
"100-10"      "Nevada"         "Sales"            225      242      259      239      965 
"100-10"      "Texas"          "Sales"          1,384    1,500    1,791    1,535    6,210 
"100-10"      "Oklahoma"       "Sales"            298      304      389      590    1,581  

©2004 Hyperion Solutions Corporation. All Rights Reserved.
http://www.hyperion.com