Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 98 of 4343

protect ironpython script with password

Customer would like to protect ironpython script with password in order to prevent others from viewing the script content.
about 1 month ago in Spotfire / Scripting 0 Future Consideration

Allow a chain of IronPython scripts to be executed on a Document Property

Currently, only one script can be linked/executed via a Document Property. There are cases where a chain of (modular) scripts need to be run based on a change in Document Property value. The present workaround is to pack all relevant codes into a ...
about 2 months ago in Spotfire / Scripting 0 Future Consideration

We want to open another dxp using IronPython

This idea is requested by a Spotfire customer. Users want to start another dxp, but they can't access the URL from IronPython. Currently, this is achieved by writing dxp links in the html area.
4 months ago in Spotfire / Scripting 2 Future Consideration

Add method in IronPython API to export visualization (as-is) to Excel

Currently, the CreateDataWriter method is available to export to Excel (reference); however, this export strips any formatting in the underlying visualization - e.g., Table. Spotfire v14.x offers an in-UI feature to export visualizations, as-is (r...
7 months ago in Spotfire / API / Scripting 0 Future Consideration

Support set the rendertype for customrendertype in ironpython

I'd like to use IronPython to change the axis render types such as ChemDraw and BIOVIADraw maybe seem as the script as below: vc.XAxis.ScaleLabels.SetLevelSettings(renderColumn, ValueRendererTypeIdentifiers.ChemDrawRenderer)
8 months 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...
10 months 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 ... */
12 months 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.
about 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

Execute script from a title bar button

I have a few scripts that act on a specific type of visualization, for example to set map extents so that the maps don't lurch around in a presentation. To execute the scripts, Spotfire requires a text area on the page. This requires exporting the...
over 1 year ago in Spotfire / Scripting 1 Likely to implement