Re: [GNC] How to do a couple of less common searches

2022-07-05 Thread Adrien Monteleone
It is also possible to enter a 'reference transaction' for documentation purposes if you don't enter a value. So you'll only have one split for the same account as the open register. Find > Value > Has Debits or Credits > Equal to > 0.00 worked for me. I suppose you could also add a criteria f

Re: [GNC] How to do a couple of less common searches

2022-07-04 Thread David Carlson
TY Geoff, Your answer to 1. works nicely. That is a nice reference for 2. As for 3, GnuCash now allows imports without a transfer account if the value is zero, which I don't like, so I try to catch them on the way in, but I may miss some. On Mon, Jul 4, 2022 at 11:17 PM Geoff wrote: > Hi David

Re: [GNC] How to do a couple of less common searches

2022-07-04 Thread Geoff
Hi David 1. See screenshot. Explanation: "^" means start of field "." means match any character "DOES NOT match regex" means find all transactions where the field DOES NOT have any character(s) ie is blank. "Any criteria are met" means an OR search - only 1 of the criteria (Number or Notes) ne

[GNC] How to do a couple of less common searches

2022-07-04 Thread David Carlson
Every so often I want to search for misteaks in my data, and some less usual searches come to mind. Can someone help me with these? 1. All transactions in the current account with nothing in the Number box or in the Notes box. 2. Where in the help is a clue to doing a Regex based search that u