More control over how bookmarks are displayed and shared
Bookmarks - useful as they can drive user to a pre-defined view (even selects the right columns for a table). The use case is really about being able to predefine set views that are rule driven so that users can apply them easily instead of walkin...
ability to set default text sorting as a preference
The best sorting option for text columns is the natural sorting. However the standard one is the one set by default for all columns with text content. Ideally the "natural sorting" should be selected by default, and in case it makes sense that the...
Open analysis in new window without having to open a new Spotfire session
I'm using SF7.11 analyst. When I open a new analysis and don't want to close the running one, I have to start a new spotfire session and from there open the analysis. I'd like to have an option to do this directly somehow, e.g. have an additional ...
Please add an option to enforce high-priority jobs, i.e., an SWS_Admin should be able to reserve a specific statCF.exe (LL) process for a specific high-priority job. Without such option, we observed problems where time consuming low priority jobs ...
Create a user interactive Case Selection Node or enhance Set Case States node
We would specifically benefit from allowing end users to select either specific cases or specific codes interactively during workspace execution. Based on the selected cases or codes some basic actions could be taken, like filtering the spreadshee...
Hey there, as I was thinking on submitting this idea, I just went ahead and create a work around for it. Here is the article if you want to jump right away The idea is to enhance the usability of the Find tool by improving the visibility and organ...
Add Mean Absolute Percent Error (MAPE) in Regression ML Algorithm Nodes
Performance metrics are extremely limited for modeling continuous target variables - i.e. regression problems. MAPE is a very useful statistic for comparing model performance.
Delete sample option should delete primary and matching sample at the same time.
Deleting primary sample should ideally delete primary and matching samples at the same time. With current situation, there is no option to delete primary sample unless matching sample is deleted.
I need the ability to add a detailed description of a data table in the Spotfire client. When I have multiple data tables in a complex analysis, it is easy to lose track of what purpose each data table serves. I experimented with adding a new Data...
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 ...