Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Spotfire

Showing 4053

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...
over 1 year 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...
over 1 year ago in Spotfire / Custom Expressions 0 Future Consideration

add support for latest rJava package to Statistics Services

On TSSS 12.0LTS, The supported R and rJava versions are quite confusing. R up to latest 4.x versions are all supported but supported rJava version is too old and it can not be installed into R versions later than 4.0.2. https://docs.tibco.com/pub/...
over 1 year ago in Spotfire / TIBCO Enterprise Runtime for R 0 Future Consideration

sort Y axis (numeric) descendantly on cross tab

Customer wants to sort Y axis (numeric) descendantly on cross tab. Thanks.
about 3 years ago in Spotfire / Visualization 0 Future Consideration

more flexible single sign-on for iPAD Spotfire app

The authentication/authorization options to enable the Spotfire app is quite restrictive. NTLM/Windows Integrated will not work in our environment and we cannot use Anonymous sign-on either; which are the only two single sign-on options that will ...
about 8 years ago in Spotfire / Mobile 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.
over 1 year ago in Spotfire / Custom Expressions 0 Future Consideration

Move the 'freeze Column' button away from the 'Edit' button for calculated fields

I can't tell you how many times I've accidentally clicked the Freeze Column button in an analysis. This causes the data table to become embedded, and there is no way to un-embed it. Thus I lose would, and because there's no version control in Spot...
about 8 years ago in Spotfire / Custom Expressions 1 Future Consideration

show cross table cell value text as vertical

Customer requests this feature that allows cross table to show cell value text as vertical to increase usability.
almost 5 years ago in Spotfire / Visualization 0 Future Consideration

Add Multiple X Axis Columns in Scatter Plot

In some cases, it is required to plot a set of columns in the x-axis against one (or more) columns in the y-axis. For instance, in type curve analysis you may want to plot gas EUR or oil EUR on the y-axis versus lateral length, total proppant, pro...
over 1 year ago in Spotfire / Visualization 0 Future Consideration

$esc() should also take strings as argument

Sometimes it would be useful when $esc() could use a string argument instead of a property. For example to set a display name using a condition, something like the foloowing expression: [Column] as $esc(if(${property}="1","1","not 1"))
over 6 years ago in Spotfire / Custom Expressions 0 Will not implement