Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 102 of 4796

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

set value of specific document property from marking

As a report developer of Spotfire, I want the ability of 'set value of specific document property from marking' so that I can trigger an ironpython script once the marked data changed. By this way, we can improve the user experience dramatically.
about 6 years 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 1 year ago in Spotfire / Scripting 0 Future Consideration

Officially (re) implement jQuery to be used in Text areas

in 7.0 jQuery was unofficially supported and users found it very useful as a way to add change events and other cool functionality. In 7.5 and on, tibco officially does not allow jQuery change events and other features. Not supporting a major comp...
almost 9 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...
over 6 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...
almost 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 ...
about 8 years ago in Spotfire / Scripting 1 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...
almost 8 years ago in Spotfire / Scripting 0 Future Consideration