Groups items together in an aggregation.
The group()
function refines a WixDataAggregate
so that its items are
grouped by the specified property or properties.
You can perform aggregations on the groups using the following functions:
To filter grouped results, use the having()
function.
Notes:
group()
function once per aggregate query.
The property or properties to group on.