Hi,

I'm interested in querying an account for transactions made agains another 
account in particular. 

For example let's say I have:

2022-10-01 * "Gas bofa"
  Assets:BofA:Checking
  Expenses:Gas          40 USD

2022-10-02 * "Gas WF"
  Assets:WellsFargo:Checking
  Expenses:Gas          20 USD

2022-10-03 * "Gas WF"
  Assets:WellsFargo:Checking
  Expenses:Gas          40 USD

I would like to check my WF checking account for Gas expenses. This is, I 
would like to return only the last two transactions. 

More generally, I would also like be able to see in a query the other 
account agains which this transaction was made. Something like:

date,narration,account, counter-account (?), position (USD)
2022-10-01,Gas bofa,Assets:BofA:Checking,Expenses:Gas,-40
2022-10-02,Gas WF,Assets:WellsFargo:Checking,Expenses:Gas,-20
2022-10-03,Gas WF,Assets:WellsFargo:Checking,Expenses:Gas,-40

Is this possible?

-- 
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/f439c238-7d2a-4a87-bad9-fa7633956e90n%40googlegroups.com.

Reply via email to