Drop Function

Delete a custom-defined function from the system or from an application.
Minimum permission required: Application designer to drop a local (application-level) function. Supervisor to drop a global (system-level) function.

Syntax

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.

Examples

drop function sample.'@COVARIANCE';

Deletes the function called @COVARIANCE from the Sample application.

Descriptions

You can delete custom-defined functions using drop function.

Key Phrase Explanation
drop function <func-name> Delete a custom-defined function by name.

©2004 Hyperion Solutions Corporation. All Rights Reserved.
http://www.hyperion.com