We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Release notes

December 2020 (v. 2.8.22)

NEW In the number formatting view now it's possible to choose several measures for formatting.

FIX Calculation of average, standard deviation, percent, and percent of difference aggregations for an empty set were adjusted to return appropriate values (0 or empty).

FIX The issue with setting properties for SSAS through the global object was fixed.

FIX The issue with saving calculated values to mapping was fixed.

FIX The issue with setFormat() for all values was fixed.

FIX The issue with incorrect cell redraw after expands was fixed.

FIX In the filter view, the performance of excluding members via search was optimized.

FIX The issue with deselecting hierarchy with levels from the flat view for a specific slice was fixed.

FIX Data Server The issue with requests when setting the CacheSizeLimit property to 0 was fixed.

FIX custom data source API The issue with incorrect value filters in drill-through requests was fixed.

FIX Data Server/custom data source API The exception when loading multiple pages of expanded data was fixed.

November 2020 (v. 2.8.21)

NEW New useCaptionsInCalculatedValueEditor option property was added. By default, Flexmonster uses the field unique names in the calculated value editor. If useCaptionsInCalculatedValueEditor is set to true, the component will use the field's caption instead of the unique name. The default value is false.

NEW Now the recordId property is available for frozen cells.

NEW Now it is possible to resize the Field List vertically to fill the entire height of the grid container.

NEW The sample Flexmonster & Angular integration project was updated to Angular 11.

FIX The issue with page scrolling when closing the context menu was fixed.

FIX The issue with unnecessary measures saved with showAggregationLabels: false was fixed.

FIX The issue with the updateData() API call and multiple update and delete calls was fixed.

FIX Angular wrapper exportstart, exportcomplete, printstart, and printcomplete events were added.

FIX Icon alignment for chart legend toggle button was fixed.

FIX Data Server Now an error message will be displayed if the config is not valid.

FIX custom data source API The issue with the incorrect filter parameter in the request with hierarchical fields was fixed.

FIX custom data source API The issue with the drill-through view when using reportFilters was fixed.

November 2020 (v. 2.8.20)

NEW Now withCredentials property is also supported for CSV, JSON, and Elasticsearch data sources.

FIX The issue with exporting undefined cells to Excel was fixed.

FIX The issue with expanding hierarchies when showEmptyValues option is enabled was fixed.

FIX For IE11, the issue with export to image and PDF was fixed.

FIX The issue with detecting numeric fields in JSON when the first value entry equals 0 was fixed.

FIX In the classic form, the issue with row header sizing was fixed.

FIX The Measure interface in the type definitions file was updated to provide the correct measure structure.

FIX custom data source API distinguishNullUndefinedEmpty option now affects the date type. If set to true, null date members will be shown instead of "Invalid date" label.

FIX custom data source API The issue with using reportFilters in the flat form was fixed.

FIX MongoDB Connector The issue with parsing null fields was fixed.

FIX Data Server Performance of executing include/exclude filters was optimized.

November 2020 (v. 2.8.19)

NEW New methods getTableSizes() and setTableSizes() were added to dynamically apply specific grid sizes if needed.

NEW Accelerator If a measure or hierarchy contains a description in the cube, it will appear in the Field List on the field's tooltip.

FIX Accelerator The issue with displaying nested folders in the Field List was fixed.

FIX The issue with the Field List disappearing (fieldListPosition: "right") after moving a field was fixed.

FIX The issue with openCalculatedValueEditor() API call was fixed.

FIX The issue with pop-up windows positioning was fixed.

FIX The issue with drawing the auto-calculation bar was fixed.

FIX The issue with expanding data using API calls was fixed.

FIX The issue with the reportchange event not being triggered when changing sorting in the flat form was fixed.

FIX MAX and MIN formulas' UI representation was improved.

FIX The issue with the fields named "length" was fixed.

FIX custom data source API The issue with ignoring sorted: true in the members request was fixed.

FIX custom data source API The issue with predefined drills in the report with a date hierarchy was fixed.

FIX custom data source API The issue with the incorrect requests for the numeric filter was fixed.

FIX Flexmonster CLI The issue with version caching was fixed. This is available in the 2.8.3 version of Flexmonster CLI.

October 2020 (v. 2.8.18)

NEW accessibility Keyboard navigation and actions on the grid were improved.

NEW For the classic form, an option to hide subtotals for specific hierarchies via context menu was added.

NEW The sorting functionality was enabled for calculated measures in the flat form.

NEW A new connector for amCharts was added (check out the integration guide).

NEW flexmonster.d.ts The type definitions file was extended with API for integration with amCharts.

FIX The issue with switching to the flat form was fixed.

FIX The issue with sorting when using the slice parameter for getData() API call was fixed.

FIX The issue with formula checker was fixed.

FIX The issue with expandData() method was fixed.

FIX The issue with scrollbars missing when rendered in a hidden tab was fixed.

FIX Now a multi-level hierarchy cannot be dragged to the Measures area in the Field List.

FIX Now the drill-through view is closed when a new report is loaded.

FIX SSAS The issue with measure columns mismatch was fixed.

FIX SSAS The issue with loading the reports was fixed.

FIX SSAS The issue with hidden measures was fixed.

FIX custom data source API The issue with the drill through for hierarchies having more than 4 levels was fixed.

FIX custom data source API The issue with the distinguishNullUndefinedEmpty option in filters was fixed.

FIX custom data source API The issue with wrong values in the /members request for numeric hierarchies was fixed.

FIX custom data source API Visual filters are now set accordingly to the level's type.

FIX custom data source API The issue with multi-level hierarchies and folders in the Field List was fixed.

FIX custom data source API The issue with include/exclude filter in the multi-level hierarchies was fixed.

FIX custom data source API The issue with incomplete responses when the drillAll option is turned on was fixed.

FIX custom data source API The drill-through view for grand totals is updated automatically when the updateData is called.