Need a special offer?Find out if your project fits.
+

Release notes

October 2022 (v. 2.9.35)

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.

September 2022 (v. 2.9.34)

NEW Admin Panel A new Database query settings section was added to the Settings page. Now, it is possible to set how many seconds to wait for SQL commands to execute.

NEW Data Server The new property CommandTimeout was added. It allows setting the wait time (in seconds) before terminating the attempt to execute a command and generating an error. The default value is the value of the SQL driver.

FIX The issue with extending Array.prototype was fixed.

FIX The issue with the "recordId" property in row headers was fixed.

FIX The exception when switching from flat view to compact with all nodes expanded was fixed.

FIX The issue with rendering multiple white spaces in chart labels was fixed.

FIX Blazor wrapper The issue with GetFilter() API call was fixed.

FIX Blazor wrapper The type of FlatSort property in the Slice object was changed.

FIX Blazor wrapper The issue with ShowTotals property in the GridOptions object was fixed.

FIX Blazor wrapper The PageFormat property was added to the ExportOptions object.

FIX flexmonster.d.ts The pageFormat property was added to the ExportOptions interface.

September 2022 (v. 2.9.33)

NEW Flexmonster CLI Now flexmonster-cli provides instructions for running Flexmonster Data Server on ARM-based Macs.

FIX The issue with the drillThroughMaxRows inconsistency was fixed.

August 2022 (v. 2.9.32)

FIX When in fullscreen, the Toolbar "Fullscreen" label changes to "Minimize".

August 2022 (v. 2.9.31)

FIX Vue wrapper The shareReportConnection property was added to vue-flexmonster.

FIX Vue wrapper The CSS error notification in new Vue 3 projects was fixed.

FIX Error handling was improved when the fullscreen feature is disabled on the page.