Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 102 of 4795

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 9 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 7 years ago in Spotfire / Data Functions / 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 9 years ago in Spotfire / Scripting 0 Future Consideration

API to Capture Annotations using scripts

Hi Team, Annotations help to see the comment added for visualization or anywhere, if those annotations can be captured for visualization using an API, we can add those annotations into database along with visualization name and display all history...
almost 7 years ago in Spotfire / Scripting 3 Future Consideration

Spotfire to support opening excel files generated by openpyxl

Hi I have a python script where it will export excel using 'openpyxl' library, the exported file is normal excel and cen be opened in excel without issue. But when opened in Spotfire, it will prompt for error tha format is incorrect. I hope this c...
over 2 years ago in Spotfire / Scripting 0 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 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...
over 7 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