Project: QGIS

Version: 3.18

Feature: Support for min, max, majority, sum, mean, and median functions on numerical arrays

QGIS expressions now include aggregate functions for arrays, which allow the easy retrieval of specific values from an array that may be used in QGIS elements such as symbologies. The following functions have been introduced:

  • array_min
  • array_max
  • array_majority
  • array_sum
  • array_mean
  • array_median

This feature was developed by uclaros