Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Analytics

Showing 379 of 4795

Enhance Spotfire TERR with the ability to use the CRAN forecast engine.

Please place an enhancement priority for the TERR engine to use the CRAN forecast engine. This will enable TIBCO to actively expand into Demand Planning departments where you can add value which competitors are not. That could turn into big bucks ...
over 8 years ago in Spotfire / TIBCO Enterprise Runtime for R 1 Future Consideration

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

Empty values changed to zero in cross table should be used in over calculation

In version 7.7 it is possible to change empty "---" values to 0 or some other value. When using over statement in cross table this values are not taken into account in calculation. For example, you would like to calculate the difference in sales b...
almost 9 years ago in Spotfire / Custom Expressions / Visualization 0 Future Consideration

Set local TERR on/off via configuration

We want a way to adjust the global settings for the clients that are deployed so that the Use Local TERR engine tickbox is unticked by default (see image attached). We are requesting an option to set the default behavior globally for this setting....
about 9 years ago in Spotfire / Analytics 0 Future Consideration

Divide a Timespan with an Integer

When working in mobile data, we need to divide Communication time (timespan) with number of Call (Integer). Today the solution provide with conversion are far too complex for users.
about 9 years ago in Spotfire / Custom Expressions / Data Management 1 Future Consideration

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...
about 3 years ago in Spotfire / Data Functions 0 Future Consideration

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) ...
about 3 years ago in Spotfire / Custom Expressions 1 Future Consideration