Add confidence limits to fitted lines on scatter and line charts
Out-of-the-box option to add confidence limits to fitted lines on scatter and line charts from Lines and Curves properties dialog page and possibly as a right-click context menu option. Similar in concept to confidence limits already implemented w...
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
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 ...
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...