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 to False 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" }}

Bug Fixes

# Area Description

531

PDF Reports

We fixed a problem that prevented images from loading on reports as expected.

Report Viewer 214

  • Released January 16, 2020

Bug Fixes

# Area Description

96

PDF Reports

We fixed a problem that prevented reports from successfully generating for objects with a Status field that used a picklist instead of a lookup to the Status object.