NEW New attribute showEmptyData
was added. If you have an empty CSV data source, but the header is defined and you want the Pivot to show it so, you can set showEmptyData
as true
and it will show your slice with empty data cells. The default value is false
- the Component shows the "Data source is empty. Please check the CSV file." message.
NEW HTML5/Flash 'Multiple values' checkbox in the toolbar is shown as checked/unchecked based on chartMultipleMeasures
property of the current report.
NEW HTML5 Now jsPivotUpdateHandler
is triggered on setFormat()
API call.
NEW Flash/Flex The printing for pivot was improved.
NEW Flash New printing option shrinkToPage
was added. If it has value true
, it allows to shrink all the columns to make them fit the page width.
NEW Flash Now in Flash version after clicking on printing button you will see popup window with printing orientation options.
FIX The issue with corruption of exported Excel files caused by invalid characters in grid title was fixed.
FIX The issue with formatting that contains Swiss thousand separator was fixed.
FIX The issue with filtering numeric fields was fixed.
FIX The issue with an exception in IE11 while using Accelerator was fixed.
FIX The issue with grand totals for difference aggregation was fixed.
FIX Accelerator SSAS The issue with HTTP Error 413 'Request Entity Too Large' was fixed.
NEW Now customFields
attribute can be set with JSON object. Example:
customFields: [{name:"Field1",value:"Value1"}, {name:"Field2",value:"Value2"}]
NEW Accelerator SSAS An option to convert credentials to User Principal Name (UPN) format by setting UPN_CREDENTIALS=true
in flexmonster.config was added.
NEW Compressor PHP The support for MS SQL Server, PostgreSQL, Oracle, PDO and other PHP supported databases was added. See more in the documentation.
FIX The issue with exception when passing Array to JSON was fixed.
FIX The issue with double values in slice was fixed.
FIX The issue with MDX error in Mondrian while filtering nested hierarchies was fixed.
FIX The issue with changing flat view slice was fixed.
FIX The issue with decoding OCSV that contains special UTF8 characters was fixed.
FIX The issue with missing gridlines in HTML export in Internet Explorer was fixed.
FIX The issue with preloader position in Firefox was fixed.
FIX The issue in Classic view when the first visible data column was jumping after drill-down/drill-up in rows was fixed.
FIX Accelerator SSAS The installer for Accelerator is now supported on Windows Server 2003.
FIX Accelerator Mondrian The issue with missing data while filtering collapsed members was fixed.
NEW HTML5 The new Flexmonster Data Compressors for .NET, Java and PHP are released. Please find more information about the Compressors.
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.
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.
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>
FIX The issue with missing values in Flat table with JSON data was fixed.
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.
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.
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.
FIX The issue with too long lines in Flat View was fixed.
FIX The row height calculation in PDF export was improved.
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.