NEW The .
thousand separator was added for cell formatting.
NEW Added tag library for JSP projects.
NEW Added MVC
helper for ASP.NET projects.
NEW Added support for all event handlers in AngularJS.
NEW Added TypeScript definitions.
FIX The issue with connecting to Accelerator using connectTo
/updateData
methods was fixed.
FIX The issue with selecting levels in the Fields List was fixed.
NEW The .
thousand separator was added for cell formatting.
FIX Accelerator Mondrian Compatibility issue with SQL Server was fixed.
FIX The issue with the textAlign in PDF export was fixed.
FIX The issue with isPercent
formatting was fixed.
FIX Fixed Uncaught RangeError: Maximum call stack size exceeded
on Chrome 54. Read more
FIX The issue with search by members in hierarchies with multiple levels was fixed.
NEW HTML5 New attribute "Format as percent" (isPercent
property in Format Object) for measure formatting was added. It has value false
by default. It allows to format data as percentage. The behaviour is the same as in Excel. Set isPercent
to true
and numbers will be multiplied by 100 and % symbol will be added. For example, 0.56
will be changed to 56%
. Please note, if %
is set as currencySymbol
, setting isPercent
to true
will not multiply numbers by 100
.
FIX The issues with loading the report which has the embedded data was fixed.
FIX The issue with browser freezing while loading specific OCSV data from the report was fixed.
FIX The issue with the pie charts legend, that occurred when you switched to it from the Classic View pivot table, was fixed.
FIX The issue when the calculated measure remains in the slice after it was deleted by Remove button in Calculated Values pop-up or by API calls removeMeasure()
and removeAllMeasures()
was fixed.
FIX The visual issue in the Field List was fixed.
FIX Compressor .NET The issue with file blocking after it had been read was fixed.
FIX The issue with filtering behavior was fixed.
FIX The issue with hanging while loading specific OCSV file was fixed.
FIX The issue when string data is parsed from the .csv file in Chrome as Date was fixed.
FIX The issue with browser freezing when loading local OCSV file with old format was fixed.
NEW HTML5 The data is being saved into the report with the new compression algorithm now.
FIX Previously we faced a problem that the loaded reports with old .ocsv format were not working with the updated Compressor. That is why we made some changes that allow you to save your reports in the correct format, the same that we are using in our Flexmonster Data Compressor for .NET, Java and PHP.
FIX The issue with data inconsistency when using the Compressor was fixed.