Drop Function

The MaxL drop function statement helps you delete a custom-defined Essbase calculation function from the server or from an application.

Minimum permission required:

  • Application Manager to drop a local (application-level) function.

  • Administrator to drop a global (system-level) function.

Syntax


Description of drpfunc.gif follows
Description of the illustration drpfunc.gif

FUNC-NAME

You can delete custom-defined functions using drop function.

Keywords

drop function <func-name>

Delete a custom-defined function by name.

Notes

If you drop a custom-defined function after having associated it with an application (using refresh custom definitions), you may have to stop and restart the application for the drop to take effect.

Example

drop function sample.'@COVARIANCE';

Deletes the function called @COVARIANCE from the Sample application.