Re: BQL query for transfers between assets?

2019-12-29 Thread Red S
Could you replace "X in other_accounts" with "number > 0"? -- 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 disc

Re: BQL query for transfers between assets?

2019-12-29 Thread 'Patrick Ruckstuhl' via Beancount
What I've done before that might work in your case is something like where joinstr(other_accounts) ~ ".*;Foo" Basically use a regexp against the joined string of the other accounts. On December 29, 2019 11:35:07 AM GMT+01:00, Red S wrote: >Could you replace "X in other_accounts" with "number >