Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Ideas

Showing 184 of 4816

Use expression spanning two tables with over expression for the main table.

1. Open SuperstoreSales 2. Add Data Tables -> SuperstoreSales again, call it T2. 3. Insert a barchart, use <[Order Priority]> on the x-axis 4. On the y-axis write: Sum([Sales Total]) OVER (AllPrevious([Axis.X])) - Sum([T2].[Sales Total]) ...
about 10 years ago in Spotfire / Custom Expressions 0 Future Consideration

Data functions should consider visual properties

Trellis by panel operation on data function execution results shows incorrect data in all split panels.This is an enhancement to support Data functions to any visual properties
about 10 years ago in Spotfire / Analytics / Custom Expressions / Data Functions 0 Future Consideration

Expression Function in calculated column or in custom expression should work without any parameter value

Expression Function in calculated column or in custom expression always requires at least single parameter value to be passed. Steps to reproduce: - From Spotfire 7.0 Beta release , define new expression function(via the 'Data Function properties'...
about 10 years ago in Spotfire / Analytics / Custom Expressions 2 Future Consideration

Exclude Data Functions from executing during Scheduled Updates cache

*Goal:* As a administrator I want the option to exclude particular data functions from execution during Scheduled Updates since the data is personalized and the cached data is invalid and it will be executed again when the end user opens the repor...
about 10 years ago in Spotfire / Analytics / Custom Expressions / Data Functions 0 Future Consideration

Please add support for OpenTelemetry into Streambase

Please add the ability to easily add opentelemetry to TibcoStreambase applications so that we can track the performance of our streambase applications at the operator level. For instance if there is an adapter, map operator and an output adapter w...
about 5 years ago in Spotfire Streaming 0 Planning to implement

Certificate Tibco Streaming without Oracle Rac Version

From official documentation Tibco Streaming does not support Oracle Rac versions. Speaking with the support the technicians have stated that it could work with the current JDBC drivers even if not explicit in the documentation. Why not certify thi...
over 5 years ago in Spotfire Streaming 0 Planning to implement

add STARTTLS support for Send Email on alert

TIBCO Spotfire Data Streams' LDMEngine alert configuration uses the "Email Sender Output Adapter" which currently does not support STARTTLS. More and more smtp servers are supporting STARTTLS (only) recently please add support for it.
over 5 years ago in Spotfire Streaming 0 Unlikely to implement

LiveView Server should monitor the keystore for any changes and then reload the keystore when any change is seen.

The LiveView Server at this time doesn't monitor the keystore for change. On any keystore change, the LV server needs to be stopped and restarted to see the change. LiveView Server should monitor the keystore for any changes and then reload the ke...
about 6 years ago in Spotfire Streaming 0 Future Consideration

Automatic renaming of column names in expressions and transformations when replaced and matched with new columns name

Whenever we change that column name in the data source, we get the option to match the old column names against the new ones, but the column name does not change automatically in expressions and transformations. Our client has raised this request
about 6 years ago in Spotfire / Custom Expressions 0 Future Consideration

Need a function like the oracle NVL function

It is difficult handling null values when aggregating values within custom expressions because a single null values will cause the expression to evaluate as null. I (and others) often use logic like this: AggregationFunction( if([value] is not n...
about 6 years ago in Spotfire / Custom Expressions 2 Already exists