Page 1 of 1

Transaction filter using payee

Posted: Mon Feb 06, 2023 9:28 am
by reggow
Hello.

I'm trying to run a transaction filter to create a list of Payee's that contain the word 'BEVAN'.
I have tried using *BEVAN* or just BEVAN in the Payee field but it doesn't work.
I can use *BEVAN* in the seach box at the bottom of the page and it finds the next transaction containing the work BEVAN.
Does anybody know the correct syntax I need to use?

Re: Transaction filter using payee

Posted: Mon Feb 06, 2023 6:24 pm
by mikhailo2608ilaol
Try the below regular expression in the Payee field of the Transaction Filter

^.*(BEVAN).*$

It ought to filter on all the Payees that have BEVAN somewhere in their name.

Re: Transaction filter using payee

Posted: Mon Feb 06, 2023 9:03 pm
by reggow
Many thanks, it works a charm.