Crashes with Drupal\views_aggregator\Plugin\views\style\Table::setAggregatedGroupValues(): Argument #3 ($group_aggregation_results) must be of type int, string given
Coding error.
MR 36 fixes several other issues.
Aggregation causing an ajax error in views.
This module has issues with calculating decimals and rendering separators.
The patch in here helps: https://www.drupal.org...
Force using rendered vs raw value for sorting.
Drupal views can aggregate results, and sum integers, but can't create a comma separated text list.
This is possible in SQL by...
Calculate views aggregations after the query.
Has additional grouping/aggregation features vs core.
Can do grouping functions, or column aggregation in header/footer.
Create a view that lists all invoices, with the total amount calculated.
Additional views modules: