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

Release notes

October 2016 (v. 2.223)

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.

September 2016 (v. 2.222)

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.

September 2016 (v. 2.221)

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.

August 2016 (v. 2.220)

HTML5/ FLEX/ FLASH FIXES:

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.

HTML5 FIXES ONLY:

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.

FLASH/FLEX FIXES ONLY:

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.

August 2016 (v. 2.219)

HTML5/ FLEX/ FLASH FIXES:

FIX  The issue with not working custom sorting when the data members are starting from the capital letter was fixed.

FIX  The issue with the wrong dimension caption when the dimensionCaption attribute is not set in JSON data was fixed.

FIX  The issue with parsing meta object in JSON was fixed.

HTML5 FIXES ONLY:

FIX  The "Multiple values" checkbox in toolbar was improved.

FIX  The format for datePattern and dateTimePattern was fixed. The Сomponent supports the following patterns style in HTML5, Flash and Flex versions: "MM-dd-yyyy HH:mm:ss", where MM is for months and mm is for minutes.

FIX  The issue with hierarchical JSON data was fixed.