Aggregate plugin: min, max, average, count, median, mode, range, sum

Created on 30 January 2023, about 2 years ago
Updated 15 September 2023, over 1 year ago

Problem/Motivation

It would be useful to have a plugin where you can aggregate an array into a single value. We would have these aggregate functions:

  • Average
  • Count
  • Maximum
  • Median
  • Minimum
  • Mode
  • Range
  • Sum

Proposed resolution

For the count function use the PHP count function
with optional boolean setting (to add the option "COUNT_RECURSIVE") to count recursively (in case there are arrays inside the array).

🙏🏻

Feature request
Status

Fixed

Version

1.0

Component

Plugins

Created by

🇮🇹Italy kopeboy Milan

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024