Release Highlights - 2020.3¶
Query Logging (Beta)¶
CALUMO runs many queries on behalf of users against OLAP and Relational SQL Server data sources. Query Logging logs these queries for futher analysis where they are over the threshold configured.
Read more here
SQL Connection Naming¶
When queries are made to SQL Server, the context of the query from CALUMO is passed into the ApplicationName property so that when tracing in SQL Profiler, you can easily see what part of CALUMO a given query is coming from.
CALUMO Formula Updates¶
CGETSQL¶
Column aliases usage¶
The column alias of a column from the Editable Table definition can now be used to reference the column to be used in this instance of the formula.
Read more here
CMEMBER¶
Publish look and feel “MemberListNonEmpty”¶
The published look and feel the CMEMBER now enables the use of NonEmpty with the MemberList style.
Read more here
CREPORTSQLSELECTOR¶
Server-side filtering¶
The CREPORTSQLSELECTOR formula now uses server-side filtering so that larger lists do not impact the usability of the selector control.
There is also a new property in CREPORTSQLSELECTORPROPERTIES, ListSizeLimit that allows the specification of the maximum number of items shown in the list at any one time.
Read more here