Add an aggregation method to find the Nth most common value
MostCommon is a pretty useful aggregation method, for example when you have a large set of defective parts across different products and these are defective for different reasons and you want to see the most prominent error say per product. Very e...
Provide method (CanReplaceDataFlow) for DataTableDataSourceOperation class
For File DataSource and Information Link Data Source it is possible to replace only parts of how the data table is constructed w/o impacting the rest of the data table construction (see e.g. https://community.tibco.com/s/article/How-to-replace-the...
about 3 years ago
in Spotfire / API
0
Future Consideration
A function that centrally visualizes and manages what databases dashboards created on Spotfire are connected to.
Currently, we can check what database each dashboard created in Spotfire is connected to by opening the dashboard and displaying the data canvas. However, in the above, we can only check the dashboard that is open. We would like a function that al...
A mechanism is needed to manage and edit all custom expressions at a document level and then by reference not have to repeat them by chart or property control. Currently we employ document properties to manage large or complex expressions, and any...
We have an application that launches Spotfire for reporting, passing user identity via a token to a custom authentication filter within Spotfire. We have no way for the application to log out of Spotfire once it's opened an analysis for a user. We...
propagate Document Properties value change to Data Transformation
We know that if Document Properties is referenced by an expression for Calculated Columns or Custom Expression, if the value of the Document Properties is changed, then the expression is evaluated automatically. However if Document Properties is r...
Resize Cross-Table row heights automatically as per data (especially when exporting to PDF)
When exporting a report to PDF, it would be helpful to view all cross-table data. Currently if the row height is not expanded manually by the user, all cross-table data is not visible in the PDF export.
We recently upgraded from Spotfire 7.6 to 7.11 LTS and found that the button "Export to PPT" has been replaced with "Export to PDF" on the toolbar. We use this option frequently and need it to be added back to the toolbar.
almost 8 years ago
in Spotfire / Export
0
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 ...