Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 95

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...
almost 2 years ago in Spotfire / Scripting 2 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.
over 5 years ago in Spotfire / Data Functions / 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...
over 3 years ago in Spotfire / Scripting 0 Future Consideration

Optional parameters for JavaScripts

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

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.
over 7 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.
over 7 years ago in Spotfire / Scripting 0 Future Consideration

Need capability to restrict the type of iron python and java script operations to be used in spotfire

The existing spotfire license either provides iron python or java script capability or removes completely. We are looking for options to restrict what users can do as part of the iron python or java scripting through spotfire such as 1. Restrict a...
over 6 years ago in Spotfire / Scripting 1 Future Consideration

Active page and active visualisation as input parameter for python scripts

I would like to use a page as input to a script, but I need the choice for this page to be the active page. This is not possible at the moment I think. There should be an additional choice in the drop down for the selection of pages so that the in...
over 6 years ago in Spotfire / Scripting 0 Future Consideration

Javascript in text area - allow more than just String as parameter

When adding parameters to a Javascript in a text area, only a String value is allowed in the user interface. Could we use document properties, values... as much as we can use for Iron Python scripting ?
about 7 years ago in Spotfire / Scripting 0 Future Consideration

Access elements in a string list property within custom expression

It would be useful it there was a way to access a string list document property in the same way you would access a dictionary or list in python. i.e. Document Property (DocProp) = ['Item A', 'Item B', 'Item C'] could be called in the customer e...
over 7 years ago in Spotfire / Scripting 0 Future Consideration