MACRO-EXPANSION

The MACRO-EXPANSION terminal in the MaxL language represents the extended definition of a custom-defined Essbase calculator macro (CDM), to be substituted in wherever the registered macro name is referenced in a calculation.

If the string contains special characters (see MaxL Syntax Notes), it must be enclosed in single or double quotation marks.

Type

string (see MaxL Syntax Notes)

Example

'@COUNT(SKIPMISSING,@RANGE(@@S))'

See Custom-Defined Macros

Referenced By

create macro