Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Analytics

Showing 372

Favorite registration and Export/Import functions for saving time to create same expression

I need favorite registration and Export/Import functions for saving time to create same expression. Often the same calculation new column is created and applied to several different analyses. In this case, the history function "Recent expressions"...
over 2 years ago in Spotfire / Custom Expressions 0 Future Consideration

Select All/Deselect all options in Hierarchical Filter

"Hierarchy query devices by default use checkboxes. It would be very helpful to add Select All and Deselect all options for the checkboxes at each level of the hierarchy. For large hierarchies e.g. 3 levels of 10 nodes, it is quiet time consuming ...
about 9 years ago in Spotfire / Custom Expressions 0 Future Consideration

Filters should interact with each other even when data is external

Filters to influence eachother, and grey out filtered out values for other columns when filtering on any column, as it works when working with imported data. As a consumer and report developer I want the filters to behave the same when working wit...
about 9 years ago in Spotfire / Custom Expressions 0 Future Consideration

run Python data function on other available engine instead of showing "Error from Remote Service: Internal Server Error (500) - Session is currently closing an engine."

Please improve Python service to run Python data function on other available engine instead of showing "Error from Remote Service: Internal Server Error (500) - Session is currently closing an engine." This can be seen if running python data funct...
over 2 years ago in Spotfire / Analytics 0 Future Consideration

remove TERR Tools dependency on "Access to Extensions" license

Analyst menu: Tools => TERR Tools depends on "Access to Extensions" license to become available. I assume it is developed using Spotfire SDK API(extending CustomTool<> class). But Python Tools doesn't have this dependency. Both TERR Tools...
over 2 years ago in Spotfire / Analytics 0 Future Consideration

Statistics Server: allow to add R interpreter startup command line parameters

Currently this is not possible. We have an issue where we would like to increase --max-ppsize but we can't
about 7 years ago in Spotfire / Analytics 0 Future Consideration

Make guid of Data Function in Transformation visible in source information

When you insert a data function as transformation, I don't see how you can find out where it is loaded from, so if you have stored a data function with the same name multiple times, you cannot find out which one is actually used in the transformat...
over 7 years ago in Spotfire / Data Access / Data Functions 1 Already exists

model version by ModelOps in Spotfire

now you can link a Modelops model from Spotfire by Spotfire UI, setting server, project, scoring flow and target environment. It would be very useful to have also the version, or, better, choose if a data function is linked to the published versio...
over 2 years ago in Spotfire / Data Functions 0 Future Consideration

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...
almost 5 years ago in Spotfire / Custom Expressions 2 Already exists

add function to convert integer to ascii character and vice versa

Please add function to convert integer to ascii character and vice versa. Currently we use expression like below to do so, it's ugly & slow and can not cover all ascii chars. case when ([val]>=48) and ([val]<=57) then string([val] - 48) ...
over 2 years ago in Spotfire / Custom Expressions 1 Future Consideration