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
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 >