Search found 1 match
- Tue Feb 07, 2023 6:19 am
- Forum: Bookends
- Topic: IF ELSE sentences in REGEX?
- Replies: 0
- Views: 71347
IF ELSE sentences in REGEX?
Hi, I want to create a SQL smart group listing all references where the surname of first author starts with eg. the letter A. And, *if* the field Authors is empty(NULL), the field Editors or Ser Editors should be matched instead. I'm a regex newbie, and haven't found a solution for if-then-else sent...