LP#1789679: Add release notes.
authorChris Sharp <csharp@georgialibraries.org>
Wed, 19 Aug 2020 19:29:13 +0000 (15:29 -0400)
committerGalen Charlton <gmc@equinoxinitiative.org>
Mon, 24 Aug 2020 15:40:48 +0000 (11:40 -0400)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
Signed-off-by: Lynn Floyd <lfloyd1@library.in.gov>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>

docs/RELEASE_NOTES_NEXT/Reports/report_subtotals.adoc [new file with mode: 0644]

diff --git a/docs/RELEASE_NOTES_NEXT/Reports/report_subtotals.adoc b/docs/RELEASE_NOTES_NEXT/Reports/report_subtotals.adoc
new file mode 100644 (file)
index 0000000..bf70f6e
--- /dev/null
@@ -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