NEW New cell property isDrillThrough
is now available inside customizeCell function.
NEW customizeCell
hook is now working with all exports.
NEW A new approach of the charts rendering was implemented. Previously the charts were fitted in the width and height available. Now visual elements have a minimum size and if they do not fit in the available space the scroll bar arises. As a result, the charts can now show more data in a more readable form and the labels on axes do not overlap.
NEW An operator isNaN()
was introduced to be used in formulas in calculated values and in conditional formatting.
For example, the following formula "if(isNaN(#value), 'trueStyle')"
in conditional formatting will highlight the cells with no data. New conditional option Empty
was added for this operator in the toolbar in addition to Less than
, Greater than
, Equal to
, etc.
Also, isNaN()
or !isNaN()
can be used in calculated values. For example, the calculated value that is described with the following formula "if(isNaN(average("Discount")), average("Price") * 0.1, average("Discount"))"
will do different calculations depending on if average("Discount")
is NaN
or not.
FIX The issue with toolbar after pivot re-creation was fixed.
FIX The issue with toolbar pop-ups when creating multiple pivots was fixed.
FIX The issue with horizontal bar chart axis labels positioning in IE was fixed.
FIX The issue with axis labels positioning in exported HTML was fixed.
FIX The rotation of x-axis labels on charts was improved.
FIX The issue with missing %
sign in the right y-axis in the bar-line chart when a measure has % Difference
aggregation was fixed.
FIX The issue with exporting UTF-8 symbols to CSV was fixed.
FIX The issue with oneLevelTuple
property was fixed.
FIX The issue with configuratorActive
property was fixed.
FIX The issue with sorting filtered members in Flexmonster accelerator was fixed.
FIX Fixed hash
parameter for passing credentials to the server via XMLA.
FIX The issue with wrong height and width when showHeaders = false
was fixed.
NEW The charts were improved to show fewer gridlines but still show round units on axes.
NEW Calculated values are available for a flat table.
NEW The new CSS class .fm-grand-total
was added to grand total cells.
FIX The issue with pivot grid scrolling for tablets was fixed.
FIX The issue with progress events in Firefox was fixed.
FIX The issue with exiting the fullscreen mode by pressing Esc
was fixed.
FIX The issue with default and non-default options collision was fixed.
FIX The issue with cutting off the text in drill-through view was fixed.
FIX The issue with styles in mobile version was fixed.
FIX The issue with using localization in multiple instances was fixed.
NEW The aggregations drop-down button location was changed for OLAP measures.
FIX The issue with expandAll
option which was lost after slice change was fixed.
FIX Uncaught exceptions when try to expand value after creating group were fixed.
FIX Uncaught exception in the console if enter and save the duplicate(same) group name was fixed.
FIX Drills are restored if the previous report was based on the same data source and on the same rows/columns.
FIX The exception in the Drill Through pop-up when setting a report based on inline JSON data was fixed.
FIX The incorrect display of expanded nodes in the chart's legend when the classic view is true
was fixed.
FIX The incorrect display of drilled-down nodes of multilevel hierarchy in the chart's legend was fixed.
FIX The issue of the expanded labels positioning on x-axis on charts was fixed.
FIX The issue with using customizeCell
inside the Toolbar was fixed.
FIX The issue with dragging in Field List in mobile version was fixed.
FIX The issue when getReport()
returns wrong grid view type was fixed.
FIX Compressor The .Net
compressor localization issue was fixed.
FIX Accelerator SSAS The issue with an exception while cleaning cache was fixed.
NEW The "All values"
option for cell formatting was added.
NEW Format cell pop-up was redesigned.
NEW The integration with React and TypeScript was improved. See sample.
NEW The integration with Google Charts was improved. Now the preparation of data depends on the chart type that can be set explicitly in googlecharts.getData()
API call.
FIX The issue with dragging measures to the hierarchies list was fixed.
FIX The issue with exporting to Excel when the grid is not visible was fixed.
FIX The issue with nonworking data type prefixes if CSV has only the header row was fixed.
FIX The empty value in Top X
mode was removed from the dropdown.
FIX Empty values for dates with max
aggregation remain empty instead of converting to 1st of Jan 1970.
FIX Exception is removed for invalid reports (MS Analysis Services) with member properties
turned on.
FIX Fixed issue with order of members for numeric hierarchies in Accelerator for MS Analysis Services.
FIX Exception is fixed for siblings loading process in Mondrian Accelerator.
FIX When the aggregation is changed to Count/Distinct Count
, format is set to default count
(without any signs).
FIX The issue with saving multiple values in charts to the report was fixed.
FIX The issue with nonworking data type prefixes if CSV has only the header row was fixed.
NEW The npm module for the report converter was added.
NEW Report is being saved with minimal properties by default to improve global
usage. Also, withDefaults
and withGlobals
parameters were added to getReport()
and save()
API calls to support saving of reports with the maximum amount of properties including default values and the properties that come from global
parameters.
NEW New tutorial "Integration with PhoneGap" was added.
NEW The "Default format"
configuration from UI for cell formatting was added.
NEW Compressor PHP Support of MSSQL on Linux was added.
FIX The issue when opening Options
menu in toolbar before the pivot is loaded was fixed.
FIX The issue with blinking "No data to display"
label was fixed.
FIX The issue with dragging measures to the hierarchies list was fixed.
FIX The issue with muting the "beforetoolbarcreated"
event of the second instance of pivot was fixed.
FIX The issue with data concatenation in dimension members on Pivot Grid was fixed.
FIX The issue with too wide highlights in the export dropdown in toolbar was fixed.