NEW Accelerator Secure HTTPS protocol is now supported by Accelerator (read more - MS Analysis Services, Mondrian).
NEW Compressor Java / .NET / PHP Now it's possible to compress query result from database in one line of code - directly from SqlReader, ResultSet, DbDataReader, etc.
FIX Filtering for drilled down hierarchies in Mondrian was fixed.
FIX Empty row headers in drilled down hierarchy were fixed in the Сlassic view.
FIX The issue with parsing dates in specific format was fixed.
FIX The issue with Excel files corruption caused by bad sheet name format was fixed.
FIX The 2.2 version introduces simplified naming of dimensions, hierarchies, measures and members for CSV/JSON data sources. There was a backward compatibility issue with hierarchy naming in setFilter()
and clearFilter()
API calls. The issue is fixed now.
FIX The bug with the single member of the node in the unbalanced hierarchy was fixed.
FIX Exception on setReport()
when binding JSON data was removed.
FIX The issue with OLAP's drill-through was fixed.
FIX The issue with multi lines in Filter was fixed.
FIX The issue with too big column width was fixed.
FIX The issue with Y axis labels when Count aggregation is used was fixed.
FIX The issue when KPI GOOD TREND
is always displayed as BAD
was fixed.
FIX The information about drilled-down hierarchies is shown in a more compact way on charts' tooltips.
FIX The incorrect X axis visualization on charts when hierarchy has only one member was fixed.
FIX On charts Y axis' titles now go upwards.
FIX The issue with passing Date object in JSON was fixed.
FIX Compressor Java The issue with compressing large numbers was fixed.
FIX Compressor The issue with "n+"
prefix was fixed. Also, "n+"
is now deprecated, since it works the same way as "-"
.
FIX Accelerator Mondrian API to clear outdated cache was added.
FIX Accelerator SSAS The issue with refreshing outdated cache was fixed.
NEW In exported Excel file, grid's title is displayed centered in merged cells above the table.
NEW Accelerator Accelerator's security is improved to process requests only from Flexmonster Component.
NEW Accelerator Now it is possible to use credentials in the report to access the data. Refer to the documentation for more (Analysis Services and Mondrian).
FIX The sort icon does not appear in empty header cells on the grid. They appear only in header cells with members and totals.
FIX The issue with toolbar pop-up windows location was fixed.
FIX Expand/drill all for Mondrian was fixed.
FIX The issue with drill down for unbalanced hierarchies was fixed.
FIX The issue with visualization of empty charts was fixed.
FIX The issue with bar line chart's labels was fixed.
FIX The issue with calculated pop-up closing was fixed.
FIX The issue with a label in a chart for multiple value mode was fixed.
FIX The issue with hidden last drilled down levels of hierarchy in classic view was fixed.
FIX The issue with null
values in JSON was fixed.
FIX The issue with opening Drill-Through View in IE10 was fixed.
FIX The issue with showing data that contains HTML entities was fixed.
FIX The issue when grid's title was displayed as a cell with black background color in the exported Excel file was fixed. This issue was reproducible in IE11 and FF.
FIX The issue when $0
values were displayed in the exported HTML file as {0}
was fixed. This issue was reproducible only in IE11.
FIX The issue with export to Image in IE11 was fixed. It was done by adding promise.js
version 7.0.4 to JS libraries from which the Component depends and updating flexmonster.js
with this dependency.
FIX The issue with search in Filter for Accelerator was fixed.
FIX Flash Toolbar supports Internet Explorer 8 now.
FIX Accelerator The issue with infinite search in filter for SSAS data source was fixed.
NEW Mondrian 4 via XMLA protocol is now supported.
NEW HTML5 d3.js
was updated from version 3.3.11 to version 3.5.12.
NEW Accelerator Accelerator for Mondrian 4 is now available.
NEW Accelerator Option to limit RAM memory used for the cache was added.
FIX API call getMeasures()
was fixed to return valid values for Flat View.
FIX The issue with saving default formatting was fixed.
FIX The issue with loading of non-aggregatable members was fixed.
FIX The issue when infinite loop occurred when calling setOptions()
in jsPivotUpdateHandler
was fixed.
FIX The issue with Filter View shrank height was fixed.
FIX An exception in pie chart when all values are zero was fixed.
FIX The issue when setReport()
removes the first record from original JSON in Flex project was fixed.
NEW The component uses the filename
as it comes to exportTo()
API call, without converting it to lowercase.
NEW HTML5 Localization for right-click Context Menu is now available. Example:
<contextMenu> <clearSorting>Clear Sorting</clearSorting> <collapse>Collapse</collapse> <expand>Expand</expand> <openFilter>Open Filter</openFilter> <sortColumnAsc>Sort Column Asc</sortColumnAsc> <sortColumnDesc>Sort Column Desc</sortColumnDesc> <sortRowAsc>Sort Row Asc</sortRowAsc> <sortRowDesc>Sort Row Desc</sortRowDesc> <drillThrough>Drill Through</drillThrough> </contextMenu>
NEW Accelerator Logging to "flexmonster.log.txt"
file was added.
FIX The issue with setting "customSorting"
via runQuery()
method was fixed.
FIX The exception when refresh()
was called right after setting data from API was fixed.
FIX The issue with missing rows in Classic View was fixed.
FIX Predefined drilled down members were fixed.
FIX Context menu for Flat Table was fixed.
FIX The issue with jQuery and Flexmonster in WordPress sites was fixed.
FIX The issue with Aggregations View out-of-screen position was fixed.
FIX Using the same color on Bar Line chart for particular layouts was fixed.
FIX The issue when pivot table could be hanged by CSS table {width: 100%;}
was fixed.
FIX Handling of inappropriate input data for date fields (numbers, booleans, etc. - anything except string) was fixed.
FIX The issue with hidden "pages"
hierarchies in the Filter View was fixed.
FIX Accelerator The issue with Values field on rows was fixed.
FIX Accelerator The issue with drill down/up for Data Accelerator was fixed.
NEW String values are left aligned in Flat View now.
NEW HTML5 Drill-through is now available for mobile UI.
FIX Big improvement with memory usage optimization.
FIX The issue with Filter View out-of-screen position was fixed.
FIX The issue "Uncaught SyntaxError: Failed to execute 'querySelectorAll' on 'Document': 'really long selector string omitted' is not a valid selector" related to using html2canvas
was resolved. html2canvas.min.js
was updated to the newest version.