NEW mapping A new folder
property was added to the mapping for "json"
, "csv"
, and "api"
data source types.
NEW A new "expandExecutionTimeout"
property was added to the Options Object. It allows defining timeout value for the expandAll
operation.
NEW A new readOnly
property was added to the Options Object. It allows enabling the read-only mode.
FIX The issue with the calculated measures not working properly when several report filters are set was fixed.
FIX The issue with the "Add calculated value"
button was fixed.
FIX The issue with the formulas validation was fixed.
FIX The issue with specific dates in AEDT timezone was fixed.
FIX When dragging fields in the Field List, the items are now scrolled to the first/last position if needed.
FIX The issue with scrolling nested members in the filter view was fixed.
FIX Angular wrapper The issue with setting [height]="'100%'"
was fixed.
FIX Several style improvements were made for mobile devices (CSS).
FIX Highcharts Connector The issue with the axis label not changing on drill-down was fixed.
FIX Flexmonster CLI Now the update
command always updates to the latest version.
DEPRECATED dimensionUniqueName
and dimensionCaption
properties were deprecated. Now the folder
property from the mapping should be used.
NEW In the number formatting view now it's possible to choose several measures for formatting.
FIX Calculation of average, standard deviation, percent, and percent of difference aggregations for an empty set were adjusted to return appropriate values (0 or empty).
FIX The issue with setting properties for SSAS through the global object was fixed.
FIX The issue with saving calculated values to mapping was fixed.
FIX The issue with setFormat()
for all values was fixed.
FIX The issue with incorrect cell redraw after expands was fixed.
FIX In the filter view, the performance of excluding members via search was optimized.
FIX The issue with deselecting hierarchy with levels from the flat view for a specific slice was fixed.
FIX Data Server The issue with requests when setting the CacheSizeLimit
property to 0
was fixed.
FIX custom data source API The issue with incorrect value filters in drill-through requests was fixed.
FIX Data Server/custom data source API The exception when loading multiple pages of expanded data was fixed.
NEW New useCaptionsInCalculatedValueEditor
option property was added. By default, Flexmonster uses the field unique names in the calculated value editor. If useCaptionsInCalculatedValueEditor
is set to true
, the component will use the field's caption instead of the unique name. The default value is false
.
NEW Now the recordId
property is available for frozen cells.
NEW Now it is possible to resize the Field List vertically to fill the entire height of the grid container.
NEW The sample Flexmonster & Angular integration project was updated to Angular 11.
FIX The issue with page scrolling when closing the context menu was fixed.
FIX The issue with unnecessary measures saved with showAggregationLabels: false
was fixed.
FIX The issue with the updateData()
API call and multiple update and delete calls was fixed.
FIX Angular wrapper exportstart
, exportcomplete
, printstart
, and printcomplete
events were added.
FIX Icon alignment for chart legend toggle button was fixed.
FIX Data Server Now an error message will be displayed if the config is not valid.
FIX custom data source API The issue with the incorrect filter parameter in the request with hierarchical fields was fixed.
FIX custom data source API The issue with the drill-through view when using reportFilters
was fixed.
NEW Now withCredentials
property is also supported for CSV, JSON, and Elasticsearch data sources.
FIX The issue with exporting undefined cells to Excel was fixed.
FIX The issue with expanding hierarchies when showEmptyValues
option is enabled was fixed.
FIX For IE11, the issue with export to image and PDF was fixed.
FIX The issue with detecting numeric fields in JSON when the first value entry equals 0
was fixed.
FIX In the classic form, the issue with row header sizing was fixed.
FIX The Measure
interface in the type definitions file was updated to provide the correct measure structure.
FIX custom data source API distinguishNullUndefinedEmpty
option now affects the date
type. If set to true
, null
date members will be shown instead of "Invalid date"
label.
FIX custom data source API The issue with using reportFilters
in the flat form was fixed.
FIX MongoDB Connector The issue with parsing null fields was fixed.
FIX Data Server Performance of executing include
/exclude
filters was optimized.
NEW New methods getTableSizes() and setTableSizes() were added to dynamically apply specific grid sizes if needed.
NEW Accelerator If a measure or hierarchy contains a description in the cube, it will appear in the Field List on the field's tooltip.
FIX Accelerator The issue with displaying nested folders in the Field List was fixed.
FIX The issue with the Field List disappearing (fieldListPosition: "right"
) after moving a field was fixed.
FIX The issue with openCalculatedValueEditor()
API call was fixed.
FIX The issue with pop-up windows positioning was fixed.
FIX The issue with drawing the auto-calculation bar was fixed.
FIX The issue with expanding data using API calls was fixed.
FIX The issue with the reportchange
event not being triggered when changing sorting in the flat form was fixed.
FIX MAX and MIN formulas' UI representation was improved.
FIX The issue with the fields named "length" was fixed.
FIX custom data source API The issue with ignoring sorted: true
in the members
request was fixed.
FIX custom data source API The issue with predefined drills in the report with a date hierarchy was fixed.
FIX custom data source API The issue with the incorrect requests for the numeric filter was fixed.
FIX Flexmonster CLI The issue with version caching was fixed. This is available in the 2.8.3 version of Flexmonster CLI.