Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 86

Pass None as Input parameter to python script

Sometimes it would be good when None could be passed as input parameter to a python script which could be used to trigger a special behaviour of the script. Independent of the parameter type there should always be a "None" choice. In the script, t...
almost 7 years ago in Spotfire / Scripting 0 Future Consideration

Lists as input parameter for python scripts

I would be nice if lists could be passed as input parameters for python scripts. Lists of Strings, lists of Reals etc. but also Lists of pages, visualisations etc. It should also be possible to pass an empty list (which could be tested in python b...
almost 7 years ago in Spotfire / Scripting 0 Future Consideration

Duplicate Data Function definition

Sometimes, I want to register a data function with a script that is already present in the analysis but slightly different parameters. For this, I have to register a new data function and select all the input/output parameters again. "Copy" in the...
over 5 years ago in Spotfire / Data Functions / Scripting 0 Future Consideration

Add support for python pandas dataframes in ironpython scripts

Allow simple usage of spotfire data tables as python pandas dataframes.
about 7 years ago in Spotfire / Scripting 0 Future Consideration

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 ...
almost 2 years ago in Spotfire / Scripting 1 Future Consideration

Import selected scripts from other file

Importing a script from another dxp is an important, time saving feature which I use regularly. However, I usually want to import a specific script from another dxp, not all of them. So I'd like to have the possiblity to import only selected scrip...
almost 4 years ago in Spotfire / Scripting 0 Future Consideration

Python Data Function - Add Row Number

Display row numbers for Python scripts in the Edit Script workspace. This is present in R data functions but I don't see it when writing a Python function. This is useful for debugging code with the referenced line numbers.
almost 6 years ago in Spotfire / Data Functions / Scripting 0 Future Consideration

Scripts - Read only mode

I would like to have the option to restrict the edition of R / Ironpython scripts when users open the dxp in SF client.
almost 8 years ago in Spotfire / Scripting 0 Future Consideration

Stepwise execution when developing data functions in R

Add the ability to run a R data function stepwise to make easier to develop and debug the script. During the stepwise execution It should be possible to inspect variables and do code changes or running commands to set variables. A workaround is to...
about 4 years ago in Spotfire / Scripting 0 Future Consideration

Allow script author to view document properties and column properties while script window is open

It is very inconvenient to have to close out of script editor to view a document property (to get the name) or column properties -- again to get names or view calculation.
about 8 years ago in Spotfire / Scripting 0 Future Consideration