Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Ideas

Showing 184 of 4816

Built in conversion for Date strings in serial format

There doesn't seem to be any way for Spotfire to take a date string in serial format (41397) and convert it into a working date. I know when the data table is being uploaded, it can be registered as a date and will be converted. For the purpose of...
over 8 years ago in Spotfire / Custom Expressions 0 Future Consideration

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,...
almost 3 years ago in Spotfire Streaming 0 Unlikely to implement

Better decimal point accuracy on color rule for column created through a custom expression

I have created a percentage value as part of a custom expression - and within the Formatting menu, this field has been setup as a "Percentage". When I create a new color rule using this column, it allows me to enter decimal based values into the r...
over 5 years ago in Spotfire / Custom Expressions 2 Already exists

UMDF Binary Adapter for B3

make available an adapter to connect to B3 using UMDF Binary
almost 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 ...
almost 3 years ago in Spotfire Streaming 0 Planning to implement

Show available functions for an In-Database Connection to SAP HANA

Functions like Case, If, All, AllPrevious Over etc. all work in Spotfire for in-database connection to SAP HANA. But they are not shown in the list of functions available. Our users need an easy to use interface without getting into details of wha...
almost 9 years ago in Spotfire / Custom Expressions 2 Future Consideration

Refer to Marked items in a custom expression

The should be a way to refer to marked items in a custom expression. for example: sum(if([field1] in marking, 1, 0)) as [var1], sum(if([field1] not in marking, 1, 0)) as [var2] where marking is selected in a different visualization. I know that I ...
about 9 years ago in Spotfire / Custom Expressions 0 Future Consideration

Add ability to reference already created values that are defined in a custom expression

Being able to reference already created values that are defined in a custom expression. For example you might use the below custom expression code. I will create an average voltage and standard deviation voltage variables for my typical process. I...
about 3 years ago in Spotfire / Custom Expressions 0 Future Consideration

Allow OVER functions to access multiple aggregations and allow multiple OVERs per Custom Expression

Currently the OVER function is, frankly pretty poorly implemented for anyone wanting to do data analysis that's not time series data. OVER functions should be able to access aggregations in parenthesis. For example, if I wanted to calculate the av...
about 3 years ago in Spotfire / Custom Expressions 0 Future Consideration

calculate over all periods of detail levels

Lets say we have a hierarchy of Year.Month, we want to calculate sum on all the same months (e.g. March) of each year. ParallelPeriod() can only calculate on the same month of previous year.
about 3 years ago in Spotfire / Custom Expressions 0 Future Consideration