Issue #225: Inventory queries in Query document don't work (blais/beancount)

12 views
Skip to first unread message

Martin Michlmayr

unread,
Mar 10, 2018, 5:46:36 PM3/10/18
to bean...@googlegroups.com
New issue 225: Inventory queries in Query document don't work
https://bitbucket.org/blais/beancount/issues/225/inventory-queries-in-query-document-dont

Martin Michlmayr:

The Query Language document on Google docs lists the following two commands which don't work.

> beancount> SELECT account, sum(position);
> ERROR: Aggregate query without a GROUP-BY should have only aggregates.

and

> beancount> SELECT account, sum(position) FLATTEN;
> ERROR: Aggregate query without a GROUP-BY should have only aggregates.


Reply all
Reply to author
Forward
0 new messages