Report Viewer 2020 Updates
Report Viewer 216
-
Released June 17, 2020
Enhancements
New Setting for SUM report helper (#230)
-
The
sum
report helper works by first rounding each value to sum, then calculating the result. -
This release adds a new setting to the
sum
helper,roundEach
. Add this setting and set it toFalse
to change the default behavior to wait to retain the full precision of each value and only perform rounding on the result.Example 1. Example with roundEach setting{{sum items "Total_Hours__c" precision="1" separator="," decimal="." roundEach="false" }}