Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 98

Enable creation of dynamic filters

I have created document properties that is dynamically controlled through phython scripts, however I would like to apply the same to filters, so I don't need to have a giant list of filters. This greatly improves the user experience and provides a...
over 7 years ago in Spotfire / Scripting 0 Future Consideration

Script/Code display options and font size settings for custom expression editor and TERR data function editor

In IDEs such as RStudio and Eclipse, there are global options for users to set how the code editors should look (e.g. font size, tab width, auto intent etc.). Having such an option for the custom expression and data function editor in Spotfire mak...
about 8 years ago in Spotfire / Data Functions / Scripting 1 Future Consideration

Copy and paste document properties with value and map respective script

In the document properties window, Spotfire should allow us to copy from one DXP to another DXP. And also, map respective script after copying it. this will reduce time and avoid recreating doc prop
over 8 years ago in Spotfire / Data Management / Scripting 1 Future Consideration

Ability to save files again that is already in the library, including scripts, without the Script Author license if no change to the script has been made.

The customer wants to be able to allow users to save Spotfire files with scripts in the Library, without "Author Scripts" privileges, as long as they have not made changes to the scripts contained in the Spotfire file. This so a couple of users ca...
about 9 years ago in Spotfire / Scripting 0 Future Consideration

reset browser after analysis is close on Analyst

Currently if one defines a global variable using JavaScript in Text area, the global variable remains there even after analysis is closed. The same applies if global timer is defined, it won't stop running until Analyst is close. As per support, t...
about 1 year ago in Spotfire / Scripting 2 Will not implement

Multi-line comments in expression editor

Customer is asking for Multi-line comments in expression editor (custom expression, calculated columns, etc). something like (C#) /* comment here 2nd line 3rd line ... */
over 1 year ago in Spotfire / Scripting 0 Future Consideration

Programatically change axis title colours

Enalbe users to change axis title colors with IronPython. This would be useful with something like a combination chart to have axis titles and the axis line match the color of the series to increase ease of reading.
over 1 year ago in Spotfire / Scripting / Visualization 0 Future Consideration

Spotfire to support opening excel files generated by openpyxl

Hi I have a python script where it will export excel using 'openpyxl' library, the exported file is normal excel and cen be opened in excel without issue. But when opened in Spotfire, it will prompt for error tha format is incorrect. I hope this c...
over 1 year ago in Spotfire / Scripting 0 Future Consideration

Bulk removal of Data Transformations

Scenario Apply different sets of DataTransformations depending on user input - e.g., drop-down selection. Current API only allows removal one step at a time: for op in sourceview.GetAllOperations[DataTransformationsOperation](): if sourceview.CanR...
almost 2 years ago in Spotfire / Scripting 0 Future Consideration

Add method to create DataSource via list/array of values.

Scenario Given lists of values - e.g., `set_a` and `set_b` - in the example below, goal is to create a DataTable in .dxp. set_a = [1, 2, 3, 4] set_b = [5, 6, 7, 8] Current Workflow The DataSource Class is created by (1) generating a tab-delimited ...
almost 2 years ago in Spotfire / Scripting 0 Future Consideration