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...
Add error message-stack trace to Web Player errors.
We used to have this feature before 10.3. Can we please get it back? When a user encounters a problem trying to open a file on the Web Player, the error notification does not contain any stack trace or helpful diagnostics. Only, a completely usele...
Oracle Number(0) values are represented as Currency in Spotfirer 10.10
When we load data from Oracle into Spotfire, the integer values (represented as Number(0) in Oracle) are translated into Currency columns in Spotfire data tables! The mapping between Oracle Number(0) and .Net data type is not correct and leads to ...
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 ...