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

Release notes

May 2016 (v. 2.213)

NEW HTML5 The new Flexmonster Data Compressors for .NET, Java and PHP are released. Please find more information about the Compressors.

HTML5/ FLEX/ FLASH FIXES:

FIX  The issue with column headers layout was fixed.

FIX  The issue with not working filters when using OCSV data was fixed.

FIX  The issue with missing column captions was fixed.

HTML5 FIXES ONLY:

FIX  The issue with adding cell in wrong position when exporting was fixed.

FIX  The issue with setting invalid slice was fixed.

FIX  The issue with too wide columns when exporting to Excel was fixed.

FIX  The issue with messy columns when exporting to CSV was fixed.

FIX  The issue with not intended filter headers when exporting to HTML was fixed.

FIX  The issue with horizontal scrolling and hidden columns in Drill-through was fixed.

FIX Accelerator SSAS The log file is limited to 1 MB and 10 archive files.

FIX Accelerator MONDRIAN All member was excluded from search result in filter.

May 2016 (v. 2.212)

NEW HTML5 New parameter "showAllChartLabels" was added. Setting a value to "true" allows to show all the labels in Pie сhart. If the value is "false" it will have the same behavior as it was before. The default value is "false".

NEW Accelerator MONDRIAN Now it's possible to enable formatting that is defined in Mondrian schema.
Sample XML configuration:

<config>
...
<params>
...
<param name="useOlapFormatting">true</param>
</params>
<config>
HTML5/ FLEX/ FLASH FIXES:

FIX  The issue with missing values in Flat table with JSON data was fixed.

HTML5 FIXES ONLY:

FIX  The issues with displaying charts when the container's size is very small were resolved.

FIX  The issue with incorrect date parsing, without taking into account a time zone, from CSV and JSON was fixed.

FIX Accelerator The issue with showing empty error messages was fixed.

FIX Accelerator Mondrian The issue with filtering specific slice/data was fixed.

 

April 2016 (v. 2.211)

NEW Accelerator New parameter to disable caching was added. More details in the documentation (see "Cache Control" section).

NEW  Width for table columns are set explicitly in exported HTML file to make it look as much similar to the original table as possible.

NEW HTML5 Support of defining headers and footers for exported PDF was added. Here is a demo that illustrates how to define header and footer properties in export options object when you are using exportTo() API call.

Also, please note that you can use special tokens to add ##PAGE-NUMBER## and ##CURRENT-DATE## in headers and footers.

HTML5/ FLEX/ FLASH FIXES:

FIX  The issues with incorrect data parsing and setReport(), runQuery() API calls when JSON data has square brackets in field names were fixed.

FIX  The issue with restoring slice from XML config file was fixed.

FIX  The issue with ds+ in OCSV was fixed.

FIX  The issue with CSV file encoding was fixed.

FIX  The issue with sorting specific date types from MS Analysis Service was fixed.

FIX  The issue with KPI labels was fixed.

FIX  The issue with filtering after the expandAll() call in OLAP data source was fixed.

FIX  The issue with sorting dates in Mondrian 4 was fixed.

HTML5 FIXES ONLY:

FIX  The issue with too long lines in Flat View was fixed.

FIX  The row height calculation in PDF export was improved.

FLEX FIXES ONLY:

FIX  The wrapping <div> tag was removed from exported HTML file.

FIX Accelerator The issue with wrong tuples after cube refresh was fixed.

FIX Accelerator The issue with special characters in member names was fixed.

FIX Accelerator Mondrian The issue with missing rows in Mondrian was fixed.

FIX Accelerator Mondrian Optimized data loading process for expandAll.

FIX Accelerator SSAS The issue with clearing cache after Stop/Start from Accelerator Manager was fixed.

April 2016 (v. 2.210)

NEW Accelerator Mondrian Mondrian Roles are now supported in Flexmonster Data Speed Accelerator. Please check the documentation for more details.

NEW The new approach to adding calculated measures in JSON was introduced. Please check the following sample for details.

NEW Compressor Java / .NET / PHP The option to localize months/quarters in CSV Compressor was added.

We've added an option to use custom month and quarter labels for dates. It can be useful in case of non-English data sources.

Please check the code snippet below (Java):

CSVCompressor.setMonthLabels(new String[] 
	{ "Ene", "Feb", "Mar", "Abr", "May", "Jun", "Jul", "Ago", "Sep", "Oct", "Nov", "Dic" });
CSVCompressor.setQuarerLabels(new String[] { "Q1", "Q2", "Q3", "Q4" });
CSVCompressor.compressData(data);
HTML5/ FLEX/ FLASH FIXES:

FIX  The backward compatibility with member names in configuration was improved.

FIX  The issue with incorrect captions for calculated values (which happens only in 2.209 version) was fixed.

FIX  The exception on drill down unbalanced hierarchies for Mondrian was fixed.

FIX  The issue with date sorting for OLAP was fixed.

FIX HTML5 / Flash The issue with pop-ups in full screen mode was fixed.

HTML5 FIXES ONLY:

FIX  The issue with text alignment and text multiline in exported PDF was fixed.

FIX  The issue with squeezed cells when exporting to Excel 2013 was fixed.

FLEX FIXES ONLY:

FIX  The issue when users were not able to type in using Chinese mode inside Flex version of the Component was fixed.

March 2016 (v. 2.209)

NEW  New option saveAllFormats was added to enable saving of all the number's formats within the report. It is false by default and the default behavior of 2.209 version is the same it was in 2.208 - if there are more then 5 formats defined, only the formats that are used for "active=true" measures will be saved in the report. In order to get saved all the formats, no matter how many of them you have and whether they are used for active measures or not, please set saveAllFormats property to true.

HTML5/ FLEX/ FLASH FIXES:

FIX  The issue with controls visibility for unbalanced hierarchies in CSV was fixed. 

FIX The exception that occurred when the report is loaded after the one with an empty slice was fixed.

FIX  Improved JSON demo that illustrates how to define filters, sorting, numbers formatting, conditional formatting and calculated values via report object based on JSON data.

HTML5 FIXES ONLY:

FIX  XSS (Cross-site scripting) prevention was improved.

FLEX/ FLASH FIXES ONLY:

FIX The issue with hidden leaves for data in CSV format was fixed.

FIX The issue when the saving of Excel file takes too much time was fixed.

FIX The issue with searching members with Accelerator was fixed.

 

FIX Accelerator SSAS Accelerator installer requires .NET Framework 4.0 now.

FIX Accelerator Mondrian The issue with missing members for specific hierarchies was fixed.