Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Scripting

Showing 86

Simplifying the Creation of Task Automation Scripts in Spotfire

This is more of a generalized request, but I just read up on the new Power Automate Visual for Microsoft Power BI, and I really think that Spotfire needs some improvements to match the simplicity delivered for a Business Analyst with Microsoft's i...
over 3 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

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