Drop Function

The MaxL drop function statement helps you delete (de-register) a custom-defined Essbase calculation function (CDF) from the Essbase Server or from an application.

The minimum permission required to run this statement is:

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

  • System Administrator, to remove a global (Essbase Server-level) function.

Keywords

You can remove (de-register) custom-defined calculation functions from Essbase using drop function.

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';

Removes the function called @COVARIANCE from the Sample application.