Editing a Function in the Script Library
The Script Library is a collection of functions, which can be called from any report with access to the Library. To edit a function in the library, follow the steps below.
Note: The Script Library is independent of any report. You do not need to open a report in order to access the Script Library.
1. Expand the Style Studio Asset panel.
2. Expand the 'Component' > 'Script Function' node.
You can also double-click the desired script.
3. Right-click on the script that you wish to edit, and select 'Open' from the context menu.

This opens the Script Editor to display the chosen script.
4. Make the desired edits.
5. Click 'Save' to save the script into the Library.
See Also
Adding a Function to the Script Library, to create a new function.
Functions, in Report Scripting, for details of the JavaScript function syntax.
Functions, in Dashboard Scripting, for details of the JavaScript function syntax.
| << Adding a Function to the Script Library | © 1996-2013 InetSoft Technology Corporation (v11.4) | Function Scope >> |