Thank you for the reply! Am Montag, 27. Mai 2019 17:32:21 UTC+2 schrieb Justus Pendleton: > > On Monday, May 27, 2019 at 1:45:18 PM UTC+7, [email protected] wrote: > >> >> 1. Option --display in ledger-cli allows to select a period of time >> to which the output should be limited. This only affects the printing of >> results but does not apply a filter for selecting the data from the >> ledger. >> I use it like this: >> > ledger --display "d>=[this month]" register Assets:Checking >> This gives me all activities on my checking account for the current >> month. The last column showing the total equals the balance of my actual >> bank account. This makes the comparison between my ledger file and my >> bank >> account quite easy. >> >> I've never used ledger but is this the same (or similar) output as you > get from bean-query with something like: > > bean-query my.bean "select date,flag,payee,narration,position,balance from > OPEN ON 2019-05-01 WHERE account ~ 'Assets:Checking' " >
Your query is roughly the same -- but instead of the running total the running average is calculated in my example. As for the other question: is it possible to limit the output of the journal to the current month but include all transactions in the calculation of the running total? -- 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/7f198891-02a2-4475-bfb1-c4356f5d42b8%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
