NEW The ES5 version was removed from all deliverable packages.
NEW expandAllData() now allows expanding rows and columns separately.
FIX The issue with the drill-down for members with numeric ids was fixed.
FIX The structure of the drill-down queries when using the custom data source API was improved.
FIX Blazor wrapper The issue with the Mapping
property of the DataSource
object was fixed.
FIX The issue with hidden values on classic (tabular) view with "showGrandTotals": "off"
option was fixed.
FIX The issue with long values overflowing other columns when printing was fixed.
FIX The issue with removing a column that is positioned after a multilevel hierarchy in flat view using drag and drop was fixed.
FIX The issue with "count"
aggregation and export to Excel was fixed.
FIX The exception when adding a field to a report with a specific flat sort configuration (CSV/OCSV data source) was fixed.
FIX MongoDB Connector The issue with the BSON size limit was fixed.
FIX MongoDB Connector The issue with the undefined data page after the server restart was fixed.
FIX Data Server The issue with restoring users was fixed.
FIX Admin Panel Now the file picker opens at the chosen file's location.
NEW Flexmonster Data Server is now supported for Linux ARM. The new Data Server version is available in Flexmonster CLI 2.9.7 or later. See how to update the CLI.
FIX The exception when using aggregation over non-existent measure in calculated values was fixed.
FIX The issue with exporting the centered text to PDF was fixed.
FIX The issue with exporting large data to Excel was fixed.
FIX MongoDB Connector The issue with undefined schema after server restart was fixed.
NEW Integration with Flutter framework for iOS/Android was introduced. Read docs.
NEW Flexmonster Data Server is now supported on Macs with Apple silicon. The new Data Server version is available in Flexmonster CLI 2.9.7 or later. See how to update the CLI.
FIX The issue with exporting calculated values containing percent formula to Excel was fixed.
FIX The issue with exporting thousandsSeparator
format to Excel was fixed.
FIX The issue with the expand query structure was fixed.
FIX The issue with infinitely loading pop-up in the flat view was fixed.
FIX The issue with page scroll jumping after closing the drill-through view was fixed.
FIX The issue with long captions overlapping aggregations in the Field List for the flat view was fixed.
NEW For calculated values, the round
function now accepts a second argument to specify how many decimals to round. Default value is 0
.
NEW A new concurrentRequests
property was added to the DataSourceObject. When its value is true
, the expand/drill requests are sent simultaneously. Default value is false
.
FIX The issue with changing slice from the Field List was fixed.
FIX The autocomplete option for input fields was disabled.
FIX The issue with applying round
and abs
functions over other calculated values was fixed.
FIX The issue with using negative numbers in calculated values was fixed.