CALC-SPEC-STRING
The CALC-SPEC-STRING terminal in the MaxL language is an optional string you can use to document the syntax of a custom-defined function or macro you have added to the Essbase calculator library.
This calculator-syntax specification string must be enclosed in single quotation marks when you pass it into the MaxL Shell.
Type
string (see MaxL Syntax Notes)
Example
'@COVARIANCE (expList1, expList2)'
Use CALC-SPEC-STRING if the function or macro needs to be returned through the API that lists functions.