Hi Gabriel,
I'm able to reproduce your bug here and will have it fixed shortly.
Also, I'm thinking of allowing an alternate syntax for automated
expression, that allows you to use the same report query syntax as the
command line. That way you could just say:
== Bank:Visa
I would either put this behind "==", or make it the default syntax for
"=". The reason being that you could always use full expressions via:
= expr account =~ /^Assets:Bank:Visa/
But I think that the majority of people used automated transaction
simply to match on account names, and it seems awkward to require the
full value expression syntax in this case.
John