FUNC-NAME

The name of a custom-defined Essbase function. Using one token indicates a global function. For a local (application-level) function, use two tokens.

The name of a custom-defined function is a unique string that begins with a letter or a @, #, $, _ symbol. The name can include alphanumeric characters or the aforementioned symbols. It is recommended that you start a function name with @.

Any token of the name that contains special characters (see MaxL Syntax Notes), must be enclosed in single or double quotation marks.

Syntax

name1.name2 (local)

OR

name2 (Global)

See MaxL Syntax Notes

Type

name (see MaxL Syntax Notes)

Example

Referenced By

display function

drop function