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. -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/20180310224634.6317.69166%40celery-worker-107.ash1.bb-inf.net. For more options, visit https://groups.google.com/d/optout.
