Re: Querying transactions based on multiple accounts (from accountA to accountB)

2023-06-13 Thread Ankur Sinha
On Mon, Jun 12, 2023 23:09:31 +0200, Martin Michlmayr wrote: > * Ankur Sinha [2023-06-12 22:04]: > > I'm looking for a way to list/filter transactions based on multiple > > accounts. For example, I'd like to see transactions where money moved > > from Account A to Account B (or vice versa). > >

Re: Querying transactions based on multiple accounts (from accountA to accountB)

2023-06-12 Thread Martin Michlmayr
* Ankur Sinha [2023-06-12 22:04]: > I'm looking for a way to list/filter transactions based on multiple > accounts. For example, I'd like to see transactions where money moved > from Account A to Account B (or vice versa). ledger bal Assets:A -l "any(account =~ /Assets:B/)" -- Martin Michlmayr

Querying transactions based on multiple accounts (from accountA to accountB)

2023-06-12 Thread Ankur Sinha
Hi folks, I'm looking for a way to list/filter transactions based on multiple accounts. For example, I'd like to see transactions where money moved from Account A to Account B (or vice versa). I found this post, but it doesn't quite work for me. It gives various errors related to the dates/year