Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 90

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

Bulk removal of Data Transformations

Scenario Apply different sets of DataTransformations depending on user input - e.g., drop-down selection. Current API only allows removal one step at a time: for op in sourceview.GetAllOperations[DataTransformationsOperation](): if sourceview.CanR...
over 2 years ago in Spotfire / Scripting 0 Future Consideration

Add method to create DataSource via list/array of values.

Scenario Given lists of values - e.g., `set_a` and `set_b` - in the example below, goal is to create a DataTable in .dxp. set_a = [1, 2, 3, 4] set_b = [5, 6, 7, 8] Current Workflow The DataSource Class is created by (1) generating a tab-delimited ...
over 2 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 3 years ago in Spotfire / Scripting 1 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 ?
over 8 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 exp...
almost 9 years ago in Spotfire / Scripting 0 Future Consideration

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