Closed (fixed)
Project:
Views Aggregator Plus
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 Feb 2018 at 21:05 UTC
Updated:
27 Feb 2018 at 00:01 UTC
Jump to comment: Most recent
Comments
Comment #2
jordik commentedA Views Aggregator table is not a typical views table.
There is no "Grouping field No. 1", as you can apply a grouping function in the column "Group Aggregation" in the table settings.
Every group aggregation function, except Filter rows (by regexp), requires exactly one field to be assigned the Group and compress function. With that done, select any of the other aggregation functions for some or all of the fields. Column aggregation functions may be enabled independently of group aggregation functions.
See the description of the module for an example: https://www.drupal.org/project/views_aggregator
The example in your screenshot can be implemented by views aggregator table by selecting "Group and compress" for the "Auteur" field and "Enumerate" or "Count" for the "Titre" field (all in the Group Aggregation column of the settings). In addition you can apply "Sum" as column aggregation, so the total of all articles is shown.
Hope this helps.
Comment #3
jordik commentedComment #4
jordik commentedComment #5
jordik commented