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.
FIX The error when we have empty data(""/null) for levels in JSON was fixed.
FIX The incorrect members in pivot table for levels from JSON were fixed.
FIX The restoration of expandedRows and expandedColumns from a report object that is based on inline JSON data was fixed.
FIX The issue with the inconsistency of the Date type interpretation between Chrome and Safari browsers was fixed. Edge browser identification was added.
FIX The issue with the unnecessary "No data message" for charts was fixed.
FIX The issue with toolbar when the charts are not opening on mobile devices was fixed.
FIX CSS conflict with BootStrapUI that is hanging the browser on iOS 9 mobile devices was fixed.
FIX The Component rendering issue, if it is initialized with the report based on inline JSON data, was fixed.
FIX Compressor PHP The issue with numeric type for SQL Anywhere database was fixed.