In views 3, using "Group by", add support for FIRST() style aggregation on fields such as node.title.
Use case: Query for the most recent node of each of a list of types, or group all nodes by type and show only one title for each type.
In views 3, using "Group by", add support for FIRST() style aggregation on fields such as node.title.
Use case: Query for the most recent node of each of a list of types, or group all nodes by type and show only one title for each type.
Comments
Comment #1
joachim commentedSee #1362524: add GROUP_CONCAT aggregate function; and move aggregate function helpers to a query extender? for a patch to make it easier to add new aggregation functions.
Comment #2
mustanggb commented