Skip to content

Add sum expression #4191

@TomasEng

Description

@TomasEng

Our expression language needs a sum expression that returns the sum of a list of numbers.

Accptance criteria

  • The expression language has a sum function that takes a list of numbers as its only argument
  • The function returns the sum of the numbers in the provided list using the same decimal-based algorithm as plus
  • The function treats null values as 0
  • The function returns 0 when the list is empty

Metadata

Metadata

Assignees

No one assigned

    Labels

    area/logicrelated to logic/dynamics/expressionssquad/dataIssues that belongs to the named squad.
    No fields configured for Feature.

    Projects

    Status

    ⚠️ Blocked

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions