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 ...
configure TERR/Python/R services to use proxy to build docker image
Please allow to configure TERR/Python/R services to use proxy to build docker image. The server needs to use proxy to connect to the internet and currently TERR service doesn't support to configure proxy to build docker images, also, TERR service ...
Allow for dropdowns or fixed options in data function flyout
When configuring or registering a data function, I'd like to be able to enforce fixed choices for those input parameters. When running the function in a dashboard with document properties you are able to set options, however when you are running f...
need "go to folder" and "find dependencies / references" for user-driven library search
It's great to be able to search the library from the "open" + button. But, there needs to be a context menu item to go to the parent folder, like there is in the Library Admin Tool. And there needs to be an item to find the references/dependencies...
In Spotfire 14 LTS (14.0.3), actions performed by analytics tools are not tracked/logged to the actionlog database.
In Spotfire 14 LTS (14.0.3), the "Export" operations for the following three newly added features, performed by Analysis Tools (Category: analysis_pro), are not being tracked or logged in the action log database:
1. Export "Visualization to Mic...
SQL has a Between option. Spotfire could also benefit from a Between. We would use Between in case statements, if statements, or as standalone logic. Today we write: If([Data] >=1 and [Data] <= 2,true,false) This could be updated to be:If(Be...
Allow programmatic way to force Data Function to overwrite shared output table
Request Allow programmatic way to force Data Function output table overwrite, when said table is shared between multiple Data Functions. Scenario Two Data Functions - function_one and function_two - write to the same output table - df_out - with t...
add function to update the value of document property
Please add function to update the value of document property from custome expression & calculated columns, it's very helpful in some use cases if we can assign value from data table to document property.