Skip to content

Question: A better way to sum multiple fields #83

@yanocta

Description

@yanocta

Is there a way to instead of doing this:

SUM(SUM(SUM(amount_tax, amount_tax_2), amount_tax_3), amount_tax_4)

If possible, can we do it like either these:

SUMA(amount_tax, amount_tax_2, amount_tax_3, amount_tax_4)

or

SUM(ARRAY(amount_tax, amount_tax_2, amount_tax_3, amount_tax_4))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions