Allow excluding a column from the resulting view for Information Links
When loading data from SQL or other external sources, the right hand panel labeled "Columns in Selected View" allows users to unselect fields that are not needed in the analysis. When loading data from an information link, the user is required to ...
capability to search columns in "Line from Data Table" dialog
Customer is asking for the capability to search columns in "Line from Data Table" dialog, in this use case there are lots of columns(1000~) and not sorted so it's very difficult to find the wanted column.
I needed to print a tabular report in a A4 size page. When data was pulled into the table I created, all the rows had fixed height even if some of them had less data/ no data in some cell. In excel I can adjust it very well, but in Spotfire you do...
Currently I don't see a function to truncate the values while creating a calculated column. Ex. Truncating 1.56 to one value after decimal which would be 1.5 (Round function would change it to 1.6) Spotfire has a round function. But it would be gr...
SF10.10.x reloads/refreshes the data tables based on the table creation order. So the first created data table is the first one to be refreshed while the last created table is the last one to be refreshed. This sequential operation allowed us to c...
about 4 years ago
in Spotfire / API
1
Future Consideration
Need "Compensate for missing Values" in Cross Table
In Cross Tables, need a way to achieve the same "Compensate for missing Values" functionality that exists in Bar/Line charts. It's very frustrating that cumulative sums or moving averages don't calculate correctly when there is no data present for...
As a user, I would like the ability to add heat maps using the Spotfire web player. The behaviour of the heat map should be the same as the Spotfire Analyst client as well as the process to add it (i.e. using the "Visualization types" menu item in...
Categoric custom color scheme import needs improvement - I need to choose the colors. And More.
I have needed this feature for the last 10 years. When I import a set of colors that I have saved to library, there is no way to choose how the colors are mapped onto categoric values. Spotfire just takes them in order and it's always the same. Th...
please add logical function any() / all() to calculate any(true,false,false) => true any(fale,false,false) => false all(true,true,true) => true all(true,true,false) => false Currently we can sum them and compare to the count to do the ...