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 ...
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...
Don't think this is currently possible. Currently, to do a random sample, I create a calculated column for random value like Rand(1). Then I filter the data to my sample size (e.g. I filter out 0.0 to 0.7 if I want a random sample that's 30% of th...
The option to select which data tables to embed/store, more flexibility with data tables to store as others can be loaded on-demand or in-memory when the user opens the report.
Sometimes we need to call Python from TERR scripts, and vice versa.
To accomplish this, at least below functions are required;
1) Get path of currently configured Python executable in TERR
. or
2) Get path and other information of TERR in Pyth...
Add a license or preference item to control spotfire user to access TERR service
Currently Spotfire Administrator can use TSSS server URL preference item to control which user group can access TIBCO Spotfire Statistics Service. It is appreciated similiar preference option ( or new license item) is added to control access to TE...
If data function is added via Transformation, currently one has to perform below steps to sync it from library to analysis if the script in library is updated 1. Navigate to Data Canvas.
2. Select the relevant transformation by clicking on Data a...
Perform combination when doing Spearman R, rather than permutations
The Spearman Rank under Data Relationships analyzes the correlation based on all permutation of the specified X & Y parameters specified. There is an inefficiency as the results of the correlation of A to B is the same as correlation of B to A...