Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 88

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

Default value for optional parameters in data functions

When an optional parameter is used, I have to test in the data function whether the parameter is set using is.null() and assign it a default value. e.g. if(is.null(optPar)) {optPar = "something} because otherwise the code usually fails because you...
almost 7 years ago in Spotfire / Data Functions / Scripting 0 Future Consideration

add option to show notification if TERR script is executed on server (either TERR service or TSSS)

Please add option to show notification if TERR script is executed on server side (either TERR service or TSSS), also a switch to show it or not(some users maybe don't want it). There are 2 places to control if TERR script should be executed on ser...
over 4 years ago in Spotfire / Scripting 0 Future Consideration

Add official support for JavaScript interaction with Spotfire elements

Currently there are workarounds for interfacing JavaScript code with Spotfire elements (i.e. input fields, calculated fields, etc). However as I understand it this is not 'officially' supported and is not guaranteed to work in future revisions. Th...
over 8 years ago in Spotfire / Scripting 0 Future Consideration

Show the information link specific 'Prompt for Values' dialog using API in Python Scripts

I expects that Table.Refresh() API call (which is an equivalent of the manual Reload Data from professional client) on a data table should show a 'Prompt For Values' dialog if the data table is configured in that way (If you add some prompts to an...
about 10 years ago in Spotfire / Scripting 0 Future Consideration

Macro recorder for IronPython (like Excel)

The ability to perform actions in Spotfire and have the macro recorder observe and generate the relevant IronPython actions would be amazing. It would open up the API to more people, and would enable users unfamiliar with the API to build complex ...
over 8 years ago in Spotfire / Scripting 1 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

Ability to pass document properties to and from JavaScript Scripts

I need a way to pass document properties to and from JavaScript scripts. My workaround at the moment is to pass properties into html tags and then pass that to JavaScript. This is important to me for 2 reasons: (1) As a dashboard author, I'm ass...
about 8 years ago in Spotfire / Scripting 0 Future Consideration

Create information link by ironpython

create new information link from source and want to remove few columns while creating link by ironpython. or option to remove few columns by ironpython Also want to sort IL with few columns by ironpython
almost 5 years ago in Spotfire / Scripting 0 Future Consideration

AutoSynch Library TERR Data Function Parameters, not just scripts

I'm able to force an auto-sync of a library function upon opening a Spotfire template. This is very useful for distributed templates among many users, as incremental changes in the function will be automatically pushed to every user. However, the ...
almost 8 years ago in Spotfire / Data Functions / Scripting 2 Future Consideration