Project: QGIS

Version: 3.8

Feature: Order by support for expression aggregate and concatenation functions

Since certain aggregate and concatenation expressions require results in a certain order, we now allow control over the order features are added to the aggregate during expression evaluation.

E.g. concatenate("Station",concatenator:=',', order_by:="Station") will give a comma-separated list of station names in alphabetical order, rather than layer feature order.

This feature was funded by SMEC/SJ

This feature was developed by Nyall Dawson (North Road)