Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Analytics

Showing 361

Synchronize Data Functions with copy in library

Once a data function is loaded into a DXP from a file, it is impossible to then synchronize/link that data function with a known identical copy in the library. Would be useful to be able to re-establish this link, once it is broken. (Each copy has...
over 8 years ago in Spotfire / Analytics / Data Functions 0 Future Consideration

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

Enhancement : "Insert column from external data” option doesn’t work when having 2 ondemand information link on same property control and column from one information link is inserted into another IL.

Enhancement : "Insert column from external data” option doesn’t work when having 2 ondemand information link on same property control and column from one information link is inserted into another IL. Problem description (Steps to reproduce): 1. Cr...
over 8 years ago in Spotfire / Custom Expressions 0 Future Consideration

Data Functions: provide a built-in option for returning a static graph directly from a call via TSSS or TERR to an R function that generates a graph

Data Functions: provide a built-in option for returning a static graph directly from a call via TSSS or TERR to an R function that generates a graph.
over 8 years ago in Spotfire / Analytics / Data Functions 0 Future Consideration

Add DataTable from existing plots of table types

Want to be able to add new datatables directly from the Statistics Table of Box Plot, Summarytable and Crosstable.
over 8 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 1 year ago in Spotfire / Analytics 0 Future Consideration

Open Python Environment

It could be really nice to have a python open environment into statistical services as R Open functionnality in Datafunction in order to manage our own Package library in keeping the security on.
over 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...
over 1 year ago in Spotfire / Analytics 0 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...
almost 2 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) ...
almost 2 years ago in Spotfire / Custom Expressions 1 Future Consideration