Feature request #16662
Add order_by parameter to concatenate aggregate function
Status: | Open | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | - | ||
Category: | Expressions | ||
Pull Request or Patch supplied: | No | Resolution: | |
Easy fix?: | No | Copied to github as #: | 24561 |
Description
It would be nice to have an order_by parameter in concatenate function.
Something like that :
concatenate("town_name",group_by:="state",concatenator:=',', order_by:="population")
concatenate("town_name",group_by:="state",concatenator:=',', order_by:=$area)
Regards,
History
#1 Updated by Nyall Dawson over 7 years ago
- Assignee deleted (
Nyall Dawson)