From: Chris Sharp Date: Wed, 19 Aug 2020 19:29:13 +0000 (-0400) Subject: LP#1789679: Add release notes. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=53870ee0f017890efc1eacaacf90309879436382;p=evergreen%2Fequinox.git LP#1789679: Add release notes. Signed-off-by: Chris Sharp Signed-off-by: Lynn Floyd Signed-off-by: Galen Charlton --- diff --git a/docs/RELEASE_NOTES_NEXT/Reports/report_subtotals.adoc b/docs/RELEASE_NOTES_NEXT/Reports/report_subtotals.adoc new file mode 100644 index 0000000000..bf70f6e75b --- /dev/null +++ b/docs/RELEASE_NOTES_NEXT/Reports/report_subtotals.adoc @@ -0,0 +1,11 @@ +Reports Subtotals +^^^^^^^^^^^^^^^^^ +Reports now allow group subtotals and grand totals. By checking the +new "Calculate grouping subtotals" checkbox under "Output Options", +a new unlabeled row or column is created with the subtotals for each +grouping and an unlabeled grand total row or column. + +This takes advantage of PostreSQL's built-in ROLLUP feature. See the +PostgreSQL documentation for details: + +https://www.postgresql.org/docs/9.6/queries-table-expressions.html#QUERIES-GROUPING-SETS