--
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+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CALUWbLeHGUJE6XY74MB3dH-Q7wzfcqyWzw3SLySJ5y7r_5LEUA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Thanks but i wanted to have the latest Balance directive not the effective Balance.
Regards
De : Martin Blais
Envoyé le :mardi 17 mai 2016 06:42
À : Beancount
Objet :Re: balance
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAK21%2BhO7DehN1bQbPdtGzp0P269Z7MC8-9ZoSoZW2NzvqTHuGw%40mail.gmail.com.
Thanks but i wanted to have the latest Balance directive not the effective Balance.
Regards
De : Martin Blais
Envoyé le :mardi 17 mai 2016 06:42
À : Beancount
Objet :Re: balance
bean-report <filename> balances
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/CAK21%2BhO7DehN1bQbPdtGzp0P269Z7MC8-9ZoSoZW2NzvqTHuGw%40mail.gmail.com.
yes but in fact, it is not the thing.to have for a account a balance at a date, it is easy to have it with bql :select date, flag, payee, account, position, balance from close on 2016-01-01 where account = "Assets:Banque:bank"if i want to have balance for this account at this date but i can't query the balance directive in BQL.in the perfect world, someting like that:select date, flag, payee, account, position, balance from close on Max(date_of_balance_directive) where account = "Assets:Banque:bank"like this, no need to have a plugin.