Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 97
438 VOTE

Run scripts when something changes in the application

Scripts are currently tied to buttons in the text area and they have to be triggered by the user. It should be possible to execute a script as a response to some application event like data reload, marking changes or visualization axis changes. Th...
over 8 years ago in Spotfire / Scripting 13 Future Consideration
198 VOTE

Better development support for IronPython scripts

Spotfire provides a very rudimentary Notepad-like environment to create IronPython scripts. There is no Development Environment (IDE) integrated into Spotfire that would support the user in developing the code. If you start writing your code you ...
almost 8 years ago in Spotfire / Scripting 1 Planning to implement

Progress Bar in Spotfire Analyst while executing Script

We would like to have a progress bar in Spotfire Analyst to indicate that a script is currently being executed. Currently there is no way to tell natively if a script is running in the background. We would expect this to look similar to the web pl...
over 5 years ago in Spotfire / Scripting 0 Future Consideration

Full ironpython support

Many instances have been there where I want to use some Standard Python library functions but they are not available in IronPython that ships with Spotfire, but it runs perfectly well in standalone IronPython interpreter. Few Examples can be url, ...
almost 8 years ago in Spotfire / Scripting 2 Future Consideration

Ability to show and hide document pages via actions

it would be really helpful if there were actions to show/hide the pages within an analysis document. This would be a bit like setting the visible property of a worksheet in Excel. This could be a dynamic action. This would enable a master page of ...
over 6 years ago in Spotfire / Scripting 2 Future Consideration

Centrally configured JavaScript libraries available in Text Areas

There should be a central configuration option (preference or similar) where an admin can specify JavaScript libraries to be automatically available in all Text Areas. Not only gives this the ability to easily add new capabilities for custom scrip...
over 2 years ago in Spotfire / Scripting 0 Future Consideration

Global CSS file for one Analysis

We are currently working with a CSS file in our analysis files. There is no place where you can define a "global" CSS file that influences your whole analysis file which is what we need. When you use a CSS file the body of your analysis file is n...
over 4 years ago in Spotfire / Scripting 0 Future Consideration

Spotfire Analyst - Allow several scripts to run on property value change

Spotfire Analyst 10.3.3 per today only allows one script to be executed when a property value is changed. Could TIBCO allow several scripts to be run in a specified order? This would ease a lot the script maintenance. How it works today, scripts o...
about 4 years ago in Spotfire / Scripting 1 Future Consideration

Ability to Manage acceptible Ironpython/Python modules in Production

Currently, IronPython is able to load Python modules from its core installation as well as able to load windows libraries. Administrators would like to be able to manage/control what are acceptable packages that could be run on the Production Web ...
about 6 years ago in Spotfire / Scripting 0 Future Consideration

API to interact with notification service

I would like to clear all warnings, errors from an IP script. Please provide a public API to interact with the notification service.
over 4 years ago in Spotfire / Scripting 1 Will not implement