On 24/08/23 19:25, Tim Legg wrote:
Is there a bean-query or another way to list the last balance assertion for all or a given account?

I've just added a few more table definitions to beanquery. Adding them was planned since a while, but not having a concrete use case for them, it was not implemented.

With these, it is possible to write a query like this:

SELECT
  account,
  max(date)
FROM
  #balances
GROUP BY
  account


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 beancount+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/beancount/b14728ee-08bb-b305-5c3f-b1b7ebda79ed%40grinta.net.

Reply via email to