Creating a global UDF

Creating a global UDF is conditioned on the existence of a previously saved user-defined function.

To create a global UDF:

  1. Right-click a user-defined function and select Make Global.
  2. Specify a name for the global UDF.
    • By default, the UDF name is used.
    • UDF and Global UDF can have the same name.
  3. Click OK to confirm.
The newly created global UDF is displayed under Global User-Defined in the Functions list.