Viewing Custom-Defined Functions

You can view custom-defined functions to determine whether a function has been registered successfully and whether it is registered locally or globally. Custom-defined functions are not displayed until they have been created and registered.

  To view a custom-defined function, use a tool:

Tool

Topic

Location

Administration Services

Viewing Custom-Defined Functions

Oracle Essbase Administration Services Online Help

MaxL

display function

Oracle Essbase Technical Reference

For example, use the following MaxL statement to view the custom-defined functions in the Sample application and any registered global functions:

display function Sample;

The display function statement lists global functions without an application name to indicate that they are global. If the application contains a function with the same name as a global function, only the local function is listed.