Working on Action Script in Graphical table:
https://docs.tibco.com/pub/spotfire/7.0.0/doc/html/text/text_action_script_examples.htm
This script will not run in the editor, but executes based on user action on the visualization. This means that the developer has to test blindly:
- The code editor will always fail
- Running it on the report is a guess/check loop. If it fails, it means the code actually has issues.
The tool would benefit a way to properly test the python scripting.