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

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.

DOWNLOAD LATEST VERSION