Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 97

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...
about 13 hours ago in Spotfire / Scripting 0 To be Reviewed

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)
15 days ago in Spotfire / Scripting 0 To be Reviewed

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...
3 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 ... */
5 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.
6 months 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...
9 months 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...
12 months ago in Spotfire / Scripting 1 Likely to implement

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...
about 1 year 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 ...
about 1 year ago in Spotfire / Scripting 0 Future Consideration

Ability to convert a String or Real to a SingleReal using IronPython

Currently it's not possible to convert a String or Real to Single Real using IronPython to set the value to a document property of type SingleReal. It's doable using Spotfire data function. But we would like to have it also on IronPython. Referenc...
about 1 year ago in Spotfire / Scripting 4 Already exists