Scripts Libraries Manager
Last modified by Aurelie Bertrand on 2026/07/15 15:58
The Scripts Libraries Manager allows you to create JavaScript functions that can be used when creating measures. You can also import them via a file.

To add a JavaScript function:
- Click the + button above the function list.
- In the New dialog box that appears, enter the function name with a .js extension, then click OK.
➡ The function is added to the left list. - Enter the function code in the Script section on the right.
You can also import a JavaScript functions file:
- Click the
button and select the file to import.
To duplicate a JavaScript function:
- Select the original function and click the arrow button to the right of the + button, then Duplicate.
➡ A copy of the function is added. - Rename it and modify the JavaScript code as needed.
To rename a JavaScript function:
- Click the
button and enter the desired name.
To delete a JavaScript function:
- Select the function you want to delete and click the
button.
