Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 90

Maximize canvas programmatically

Hi, It would be great to have a hotkey or toggle option to utilize in the Spotfire Analyst that mimics the View> Maximize Canvas feature, using an IronPython Script. The "F11" key helps entering full screen mode, however it doesn't do the same ...
2 months ago in Spotfire / Scripting 0 Future Consideration

Debugger for IronPython

It would be very helpful if there was a debugger for IronPython scripts. Otherwise you always have to tediously set print statements
4 months ago in Spotfire / Scripting 2 Future Consideration

Check R or python packages on server from Python or R Tools package Management

it would be super useful to have a way to fetch the packages on the server. Think about if it should be ok to install those packages if the user has the proper permissions. Else, when clicking install, make sure that it's clear that the package wi...
5 months ago in Spotfire / Scripting 0 Future Consideration

record IronPython script execution in user action log

Please record IronPython script execution in user action log, including those executed locally (Analyst) or on server (Web Player or Automation Services). We have lots of customers who utilize IronPython scripts to implement automation. Some may t...
6 months ago in Spotfire / Scripting 0 Future Consideration

protect ironpython script with password

Customer would like to protect ironpython script with password in order to prevent others from viewing the script content.
over 1 year 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 ...
over 1 year 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.
over 1 year 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...
almost 2 years 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)
almost 2 years ago in Spotfire / Scripting 0 Future Consideration

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 ... */
about 2 years ago in Spotfire / Scripting 0 Future Consideration