MEDIAN

Gets the median value in the given numeric List.

Syntax
MEDIAN(list)

Example

MEDIAN(LIST('q[0-9]+'))

MEDIAN(TOLIST('1|2|3|4|5'))

MEDIAN(TOLIST({{listfield}}))

Notes

Parameter must be a valid List function such as LIST() or PRIOR()

Related

COUNT, SUM, AVERAGE, MIN, MAX, FIRST, LAST