Skip to content

Totals summary? #253

@alensiljak

Description

@alensiljak

Hi!
Is there a way to display column totals at the end of the report?
I.e., if I run

balances where account ~ 'leave' and date <= 2025-05-01

and get

           account              SUM((po
------------------------------  -------
Assets:Vacation:Annual-Leave    xy BD
Assets:Vacation:Approved-Leave  ab BD

are there any options to show, in the same report, the total for the sum() column?

I can get the total by running

select sum(position) where account ~ 'leave' and date <= 2025-05-01

but I think this would be a good feature to have, if it does not already exist.

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