ListSum and ListAverage builtin action
661
Views
3
Comments
New
Builtin & User functions

Add builtin actions to Sum and Average values from a list, specifying an expression for the value to sum or average.

The input would be a list of entities or structures and an expression.  The expression would be expected to be a numerical value, able to be coerced to a decimal.

The output would be a single decimal value.

In a similar way, add actions for maximum, minimum, median, standard deviation, and variance.


Changed the category to
Builtin & User functions

Yes please. Especially useful when working with API data, when you don't have direct database access.

Duplicate of: https://www.outsystems.com/ideas/5540/


This would be very nice. Using  for loop feels like overkill.