In calculation scripts, report scripts, filter definitions, partition definitions, or formulas, you must enclose member names in quotation marks (" ") for block storage databases, and in brackets ([]) for aggregate storage databases, in the following situations:
The name starts with one or more numerals (for example, 100).
The name contains spaces or any of the following characters:
& ampersand | > greater than |
* asterisk | < less than |
@ at | () parentheses |
\ back slash | % percent |
{} braces | . period |
: colon | + plus |
, comma | ; semicolon |
- dash, hyphen, or minus | / forward slash |
= equals | |
! exclamation point | ~ tilde |
In calculation scripts and formulas, you must enclose the following member names in quotation marks (" ") for block storage databases, and in brackets ([]) for aggregate storage databases:
BEGIN | MEMBER |
DOUBLE | RANGE |
END | STRING |
MACRO | THEN |