Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Ideas

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

Support SAP Ariba in TDV ?

We have business users, who are using SAP Ariba for their business. Now there is need to combine the Ariba data set with on-premise Oracle DB to generate support.
over 6 years ago in Spotfire Data Virtualization / data sources 2 Unlikely to implement

Email Alert on Application Error

Auto alert to respective stake holder for any application related error (Adapter Error, Data Error, Memory Exceptions, Connection Errors, Library Error) for application deployed in EC2 instance or on any cloud infrastructure( eg:- AWS, GCP, Azure,...
over 3 years ago in Spotfire Streaming 0 Unlikely to implement

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

UMDF Binary Adapter for B3

make available an adapter to connect to B3 using UMDF Binary
over 3 years ago in Spotfire Streaming 0 Future Consideration

AS adapter HOCON to support set default snapshot consistency for all queries in JDBC URL

Currently AS Query operator in Streaming supports for snapshot consistency, but the setting must be at each query. and in order to do that, we need to 1. Add a field called 'consistency' to the input tuple schema, and 2. Set the value to snapshot ...
over 3 years ago in Spotfire Streaming 0 Planning to implement

Ability to convert a String or Real to a SingleReal using IronPython

Currently it's not possible to convert a String or Real to Single Real using IronPython to set the value to a document property of type SingleReal. It's doable using Spotfire data function. But we would like to have it also on IronPython. Referenc...
over 3 years ago in Spotfire / Scripting 4 Already exists

Provide the option for privilege inheritance upon cache table creation

This would be useful to simplify the creation of cache tables when it is desired that the created table inherit the permissions of the container it is published to. This option would also mitigate the risk of manually setting privileges post cache...
almost 7 years ago in Spotfire Data Virtualization / caching 0 To be Reviewed

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