Better control of how annotations are translated from views and columns from unpublished resources to published resources
We'd like to improve how metadata for publishing tables and columns is carried over from /shared views. Table and column annotations are handled a little differently where column annotations originate from the /shared view column where as the tabl...
add support to insert boolean data into TDV even though backend database does not support boolean data type
We are developing a Spotfire custom module which connects to TDV 8.7 and run DDL(create table & insert) against it. TDV then performs DDL against backend database so the actual data from Spotfire is stored in the backend database and published...
Currently there are too many objects (views/Procedures etc) in a specific folder where we end up scrolling through the whole of them to identify the object we need to view in Studio. If can introduce the capability to apply search and filter only ...
Automatically execute procedure when user logs in.
Many times we need a way to trigger a procedure when a user logs in. The procedure could be associated to a user login, or to a virtual database. When the account connects to TDV, it will automatically trigger.
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 ...