Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 98

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 2 years ago in Spotfire / Scripting 4 Already exists

add API to terminiate python data function script execution

One of our customers wants to terminiate python script execution on conditions. e.g. if xx > 100: # terminate script execution here. # carry on with other stuffs. We tried with sys.exit() but this will terminate the entire python process hence ...
about 2 years ago in Spotfire / Scripting 1 Future Consideration

Renderer Parameter for chemical compound drawing

I'm looking to automate the design of tables that displays compounds in a specific column. Manually I can choose between either of the three chemistry renderer : ChemDraw (vNext), ChemDraw or Biovia Draw. I'm basically trying to adapt this code sn...
over 2 years ago in Spotfire / Scripting 5 Already exists

Download Containers for Script

Problem Statement There have been many situations where Developers were asked to generate some kind of file dynamically(Formatted Excel, PDF from Data Function, Images generated from scripts, Word Reports etc.). Mostly it is easy to do so, but pro...
over 2 years ago in Spotfire / Scripting 2 Future Consideration

Optional parameters for JavaScripts

I would like to apply default values when no script parameters are provided
over 2 years ago in Spotfire / Scripting 4 Already exists

make scripts created/edited by member of Script Author trusted by all users even file is not save in library

Please consider make scripts created/edited by member of Script Author trusted by all users even analysis is not save in library, if user trying to run these scripts is online. Currently, scripts in local files are trusted by all users only if the...
about 4 years ago in Spotfire / Scripting 0 Future Consideration

Enable access to NaturalStringComparer for use with DataColumnProperties.Comparer

Within TIBCO Spotfire Analyst client, users can enable Natural string sorting for string-type data columns. However, TIBCO does not expose the same mechanism for use within IronPython or .NET. Please enable access to the NaturalStringComparer that...
over 4 years ago in Spotfire / Scripting 0 Future Consideration

We need to be able to sort document properties by name in the data function output parameters dialog.

I have a file with a lot of document properties, and every time I set up a Python data function with output parameters, I have to hunt for the document property in the list. Most dialogs let you sort by property name and that makes it much easier ...
over 4 years ago in Spotfire / Data Functions / Scripting 1 Future Consideration

Update Data on Demand Tables through script

Allow to update the data demand tables based off of the markings in the linked table through a script. This will allow the user to control which data on demand table gets updated, instead of updating all of them.
about 5 years ago in Spotfire / Scripting 1 Future Consideration

Better control of column selection in Property Controls

When selecting columns for a property control, allow sorting variables and showing data type during selection. For instance if I wanted to select only numeric values from many columns, I have to leave the dialog window and check my column datatype...
almost 6 years ago in Spotfire / Scripting 0 Future Consideration