Transaction filter using payee

General discussion on all other topics under the sun.

Moderator: Renato

Post Reply
reggow
New MMEX User
Posts: 2
Joined: Mon Feb 06, 2023 9:08 am
Are you a spam bot?: No

Transaction filter using payee

Post 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?
mikhailo2608ilaol
New MMEX User
Posts: 17
Joined: Tue Feb 09, 2021 6:08 pm
Are you a spam bot?: No

Re: Transaction filter using payee

Post 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.
reggow
New MMEX User
Posts: 2
Joined: Mon Feb 06, 2023 9:08 am
Are you a spam bot?: No

Re: Transaction filter using payee

Post by reggow »

Many thanks, it works a charm.
Post Reply