NEW The error message from the response is now passed to the dataerror
event.
NEW New API call openFilter() was added.
FIX The issue with printing in classic view was fixed.
FIX The issue with PDF export in the drill through was fixed.
FIX The issue with the auto-calculation bar on the empty grid was fixed.
FIX The TypeScript type definition for Flexmonster was updated.
FIX The error messages handling in Connect > To OLAP in the Toolbar was improved.
NEW New event afterchartdraw was added. It is triggered after chart rendering.
NEW The new react-flexmonster
npm module for integration with React was added. Check out.
NEW Case-insensitive filters for SSAS.
FIX The issue with calculations when setting "none"
aggregation was fixed.
FIX The issue with headers PDF export when the webpage background color is different from white was fixed.
FIX The issue with dispatching reportchange
event was fixed.
FIX The issue when the top X filter (the measure) from the report was not displayed correctly in the filter pop-up was fixed.
FIX The issue when the member properties (SSAS, Mondrian) disappear from the grid when the slice is changed from UI using the Field List was fixed.
FIX Accelerator Mondrian Performance improvements for the Accelerator for Mondrian.
NEW New alert()
API call was added to show an alert pop-up window with a custom message. More details.
NEW Report filters export is now available for HTML, CSV, and PDF exports.
FIX The issue with exporting to HTML when customizeCell
is used was fixed.
FIX The issue with dividing by NaN was fixed.
FIX The issue with parsing JSON data was fixed.
FIX getFilter()
and getFilterProperties()
API calls now return member properties within member objects.
FIX The browser’s memory usage when reading OCSV stream was improved.
FIX The issue when the data is not reverting to unsorted in the flat table, when AZ
or ZA
sorting button is unchecked in the filter, was fixed.
FIX The issue when a calculated value created via UI was not added to the slice in the pivot table based on a local CSV file was fixed.
FIX The issue with a long loading of data subsets in Mondrian was fixed.
FIX The performance when loading JSON or CSV data was improved.
NEW New export option property pageFormat
was added. It allows setting page format for PDF export. Default value: "a4"
NEW The ability to hide entire row/column by setting its size in tableSizes
to 0 was added.
NEW Now a new parameter calculateNaN
is available for the calculated values. It allows configuring whether the calculation should be performed over the null or NaN parameters. Default value: true
FIX The issue with cropped labels in the report filters was fixed.
FIX Integrations with Angular, React, TypeScript were updated.
FIX The issue with JSON partial updates was fixed.
FIX The issue with a calculated value that uses difference
or %difference
aggregation and is in the first position among measures was fixed.
FIX The issue with editing and saving the calculated values was fixed.
FIX The issue with sorting in levels was fixed.
NEW The Nlog dependence was removed from the Accelerator DLL. Now it is possible to set your own logger which should implement ILogger interface.
Accelerator.Utils.LoggerLocator.SetLogger(new Logger());
NEW Now Accelerator DLL is available as a NuGet package.
NEW The fieldSeparator
property is now available for the CSV export.
FIX The issue with exporting customized cells to Excel was fixed.
FIX The issue when sorting is different in the flat table and in the filter pop-up if a hierarchy has more than 1000 members was fixed.
FIX The node expansion and drill-down issues when a measure was selected several times for the report based on OLAP data source were fixed.
FIX The display of redundant sorting arrows in columns or in rows of the pivot table was fixed.
FIX The display of several sorting arrows in columns of the pivot table, when one measure is selected with different aggregations, was fixed.
FIX The incorrect positioning of data labels (chart option showDataLabels: true
) for bars with negative values on the bar chart was fixed.
FIX The issue with using difference
, %difference
, runningtotals
aggregations in the calculated values was fixed.
FIX The getFilterProperties()
does not return the members property if the filter type is "none"
or if it is "top"
or "bottom"
, but there is no filter on members.
FIX PHP Compressor The issue with the Data Compressor for PHP was fixed.