On 20/10/25 05:44, Martin Michlmayr wrote:
Doesn't work with "GROUP BY":

beanquery.compiler.CompilationError: all non-aggregates must be covered by GROUP-BY 
clause in aggregate query: the following targets are missing: "balance"

That's why I'm asking; or maybe that's a bug I should report.
Daniele?

The fact that you get a Python exception instead of a nice error message is a (minor) bug. However, what the Python exception says is true: columns in an aggregate query should either be aggregate functions or be part of the grouping definition. Anyway, the "balance" column would not do what you want.

Cheers,
Dan

--
You received this message because you are subscribed to the Google Groups 
"Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/beancount/0b4ef7c8-19a2-4f0b-81ef-62cfbbe2b514%40grinta.net.

Reply via email to