Suggest to expand/upgrade the "data relationship" in Tibco Spotfire to be more compatible with template creation
Hello, During my interaction with our customers, "data relationship" analysis seems very useful! However, selecting X/Y columns is manual, and by selected columns only. Can we enable select by expressions, etc.? Thanks, Xiaojing
Please upgrade TERR to the latest R version, in order to support latest R packages. Currently the latest TERR version is 6.0.3 which is based on R 4.0.2 which is released in July 2020. There have been lots of newer versions of R since then.
Flat ragged hierarchies often repeat values at lower levels due to different drill down paths. It would be very nice to have the options to hide levels if the parent has the same value. Currently I have to click down through many repeating levels ...
We use Data Functions from our server library to quickly add features to new DXP files. The issue we are having is once you add a data function to a new DXP file it keeps the server path. If someone make a change to the function and then saves, it...
i find the new data function capabilities in Spotfire really useful and the ability to pin data functions to an easily accessible data function panel is very handy. However the long list of functions looks a bit intimidating. It would make it much...
I would like to see the PAD (and/or LPAD/RPAD) function added to Spotfire. This is a common string function in many other DBMSs and tools. Example use case:I had a data source with one column containing SEQUENCE (i.e. integer 1-15) and another col...
add option to trust PyPI sites for installing python packages to Analyst
Some of our customers are seeing below error when using Python Tools to manage python packages. (possible due to proxy server is enforcing SSL inspection on HTTS communications including PyPI) 2023-07-14T08:55:42,837+09:00 2023-07-13 23:55:42,837 ...
Move the 'freeze Column' button away from the 'Edit' button for calculated fields
I can't tell you how many times I've accidentally clicked the Freeze Column button in an analysis. This causes the data table to become embedded, and there is no way to un-embed it. Thus I lose would, and because there's no version control in Spot...
Make STRING_AGG available as aggregate function for In-Database connections
SAP HANA supports STRING_AGG function. https://help.sap.com/viewer/4fe29514fd584807ac9f2a04f6754767/2.0.04/en-US/a924ee1e98ab435a874efa32e6f0ae14.html Also SQL Server and Azure Synapse support STRING_AGG https://docs.microsoft.com/en-us/sql/t-sql/...
Sometimes it would be useful when $esc() could use a string argument instead of a property. For example to set a display name using a condition, something like the foloowing expression: [Column] as $esc(if(${property}="1","1","not 1"))