Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 86

protect ironpython script with password

Customer would like to protect ironpython script with password in order to prevent others from viewing the script content.
3 months 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 ...
4 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.
6 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...
9 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)
9 months 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 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.
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

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