CALC-STRING

A calculation string. The body of an anonymous (unstored) calculation, or the string used to specify the body of a stored calculation at create time.

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);

Referenced By

alter database

execute calculation