Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Ideas

Showing 420 of 4838

Writing own aggregation functions in R

Writing own aggregation functions in R: That would be a tremendous way to extend Spotfire. Expression functions are nice, but they cannot be used with OVER functions. So if an expression function should be used on sliced data, the slicing has to b...
over 9 years ago in Spotfire / Analytics 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 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 3 years ago in Spotfire / Analytics 0 Future Consideration

Support of open-source R version 3.6

We are running Spotfire 7.11 with the 7.11 Statistics Server. On the Stats server we are running open-source R, currently with version 3.4.3. In the past it was no problem to upgrade to a newer R version even though this R version was not listed i...
over 6 years ago in Spotfire / Analytics 3 Future Consideration

Run TERR in Jupyter Notebooks

WHAT: Enable TERR to run in Jupyter notebooks, http://jupyter.org/. The Jupyter Notebook is a web application that allows you to create and share documents that contain live code, equations, visualizations and explanatory text. Uses include: data ...
almost 10 years ago in Spotfire / TIBCO Enterprise Runtime for R 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...
over 3 years ago in Spotfire / Data Functions 0 Future Consideration

Change the default value for the number of records shown under ' My Recent Files' and 'Modified Files' in WP homepage

I would like the ability to change the default value for the number of records shown under ' My Recent Files' and 'Modified Files' in WP homepage. As of now these are defaulted to 10.
about 10 years ago in Spotfire / Analytics 0 Future Consideration

As a report developer I would like to be able to add rows from an information link so that I can create analysis files for different users

*Description:*As a report developer I would like to be able to add rows from an information link so that I can create analysis files for different users This customer is sending embedded data files to different customers on a regular basis and wan...
about 10 years ago in Spotfire / Custom Expressions 0 Future Consideration

Improve data type matching between R and Spotfire Data Engine

Data types are a bit of an issue in Spotfire. The way it interacts with R is no exception. It's generally understandable that Spotfire tries to allocate different columns in any new dataset into different data types to facilitate visualization and...
about 10 years ago in Spotfire / Analytics 1 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) ...
over 3 years ago in Spotfire / Custom Expressions 1 Future Consideration