NEW For calculated values, the round
function now accepts a second argument to specify how many decimals to round. Default value is 0
.
NEW A new concurrentRequests
property was added to the DataSourceObject. When its value is true
, the expand/drill requests are sent simultaneously. Default value is false
.
FIX The issue with changing slice from the Field List was fixed.
FIX The autocomplete option for input fields was disabled.
FIX The issue with applying round
and abs
functions over other calculated values was fixed.
FIX The issue with using negative numbers in calculated values was fixed.