CALC-STRING

The CALC-STRING terminal in the MaxL language represents the body of an anonymous (unstored) Essbase calculation, or the string used to specify the body of a stored calculation at the time you create it.

Because calculations are terminated with a semicolon, and semicolons are special characters to MaxL, CALC-STRING should be enclosed in single or double quotation marks.

Type

string (see MaxL Syntax Notes)

Example

CALC DIM(Year, Measures, Product);