Skip to content

Commit

Permalink
Mention first_value and last_value functions in Aggregate algorithm
Browse files Browse the repository at this point in the history
Fixes #6623
  • Loading branch information
DelazJ authored Dec 23, 2024
1 parent 2c57e5c commit 1842f49
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/user_manual/processing_algs/qgis/vectorgeometry.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,9 @@ Parameters
Field or expression from the input layer.

:guilabel:`Aggregate function` (``aggregate``) [enumeration]
:ref:`Function <aggregates_function>` to use on the input
expression to return the aggregated value.
Function to use on the input expression to return the aggregated value.
These are mainly the :ref:`aggregates_function`, plus dedicated
"first_value" and "last_value" functions for ordered list items.

Default: *concatenate* (for string data type), *sum* (for
numeric data type)
Expand Down

0 comments on commit 1842f49

Please sign in to comment.