Re: [GNC] Account tree
flywire <[email protected]> Tue, 28 Jul 2026 08:12:06 +1000
| Newsgroups | gmane.comp.gnome.apps.gnucash.user |
|---|---|
| Message-ID | <CAOthWL0dF6NWZwyryVkyn5LsZUEWQRM5KLtRkzQFjgJ49gKXNw@mail.gmail.com> |
Michael, You are correct that the Balance Sheet and P&L reports report account balances and allow account selection. However, those balances are built directly from underlying transactions. The core limitation is that these statements expose account-level selection, but completely lack transaction-level filtering. In database terms it would need to function like this: SELECT account_balance = SUM(transaction.amount) WHERE transaction_filter; Currently, these reports completely ignore the WHERE clause for individual transactions. While the Transaction Report with "Subtotals only" can apply these filters and show account balances, it cannot sort the results the same as the Balance Sheet and P&L reports. Regards > _______________________________________________ gnucash-user mailing list [email protected] To update your subscription preferences or to unsubscribe: https://lists.gnucash.org/mailman/listinfo/gnucash-user ----- Please remember to CC this list on all your replies. You can do this by using Reply-To-List or Reply-All.