Skip to Main Content
Spotfire Ideas Portal
ADD A NEW IDEA

Ideas

add API to get the data type of a document property in action mod

We want to get the data type of a document property, e.g. for (const p of document.Properties) { // get the data type of p here } const p = document.Properties.Get("my-property-name"); // or get the data type of p here The name of the property is ...
4 months ago in Spotfire / API 0 Future Consideration

Make memory consumption of visualizations visible

When working with "big data" it is important to keep memory requirements under control and oftentimes it is necessary to optimize analyses to reduce memory needs. There is actually two main sources driving Spotfire's memory needs: The size of the ...
almost 2 years ago in Spotfire / Data Management 6 Needs Info

Support Commen Table Expression (WITH) in data connection custom query

Commen Table Expresion (CTE) is currently not supported in the custom query. This would allow users to use temporary result set within the execution scope. We usually handle this with a store procedure, but its an issue on databases we are not all...
about 10 years ago in Spotfire / Data Access 7 Future Consideration

Use native column selectors from within Spotfire Copilot chat experience

In order to refer to specific columns, or potentially data tables, visualizations and other elements of the Spotfire Analysis from within the Spotfire Copilot chat experience, it would be useful to be able to use Spotfire's native selector UIs suc...
8 months ago in Spotfire 0 Future Consideration

Set certain document properties by bookmark

I would like to be able to set only certain document properties,NOT all of them, through bookmarks. It would be good to be able to specify the document properties to be adjusted at the time of saving the bookmark, but also at the time of applying ...
about 9 years ago in Spotfire / Bookmarks 10 Future Consideration

Request new API for Coloring

Hi team, At the moment, the API that's behind the Coloring.Apply method, always applies the coloring as name value pairs. I would like to request a new API, which would give users the possibility to apply coloring with the option Colors only (as y...
12 months ago in Spotfire / API 0 Future Consideration

Spotfire Analyst startup time issue

Spotfire Analyst should open in 5 to 10 seconds; however, even if we store the credentials and production area, it takes a little longer to load the modules and so on. It may take some time the first time, but every time the user loads it takes to...
about 4 years ago in Spotfire / User Experience 0 Future Consideration

Connection Map

Having the ability to create connection map like in the attached picture would be awesome to visualize flows and distances
about 4 years ago in Spotfire / Visualization 0 Future Consideration

Line Chart Labels to evenly distribute

It would be great if Spotfire evenly distribute a limited number of labels across an entire visualization. There is little use in limiting label count if they are only going to be displayed on the first few values in line chart. It would be good t...
over 6 years ago in Spotfire / Visualization 0 Future Consideration

Versioning of Data Functions

When creating and managing a library of data functions, it is extremely useful to maintain a version number for the data function. This makes it easy for users to keep track of the dat function that they are using. This is also important for compo...
over 10 years ago in Spotfire / Library 3 Planning to implement