Skip to main content

Advanced scripting

Use RichFunctionView as an advanced UI editor to create a complex full-featured interface for your script.

It has all the features of the basic scripting. In addition, it allows you to:

Enhance inputs & outputs:

Review historical script runs:

Upload external data:

Provide custom docs and export:

Ensure computations are correct

Use the RichFunctionView only when you are sure that the script works as expected. Features of the RichFunctionView affect GUI only and do not affect computations.

Enabling RichFunctionView UI editor

To enable RichFunctionView, add editor: Compute:RichFunctionViewEditor tag to your following code as it is shown:

Package dependency

The RichFunctionViewEditor is a part of the Compute package. Ensure that the Compute package is installed before working with RichFunctionViewEditor