Using the calculate account balancy feature, I have a situation where I'd like to list all memos thatdoesn't match to a specific text. i.e, all value whose text doesn't contains the specified one.
A example:
Let's say I have a table like this:
Num. | Date | Memo | Deposit | Balancy
1 01/01/2018 foo inc 100 100
2 02/01/2018 baa inc 200 300
3 03/01/2018 foo inc 150 450
4 03/01/2018 foo inc 120 570
5 03/01/2018 k inc 50 620
Filtering out "foo inc" I would as result the rows:Num. | Date | Memo | Deposit | Balancy
2 02/01/2018 baa inc 200 300
5 03/01/2018 k inc 50 620
Is this possible to do that using MS Money 99?