CALC-NAME-SINGLE
The CALC-NAME-SINGLE terminal in the MaxL language for Essbase represents the short name of a stored calculation.
The CALC-NAME-SINGLE is the third token of a database-level CALC-NAME given to a stored Essbase calculation; in other words, the name of the calc script file, without the file extension.
If any part of the name contains special characters (see MaxL Syntax Notes), it must be enclosed in single or double quotation marks when you pass it into the MaxL Shell.
Type
name (see MaxL Syntax Notes)
Example
If the full database-level calc name is sample.basic.'alloc'
, then CALC-NAME-SINGLE is 'alloc'
.
Referenced By