Hello all, I'm trying to grab some record ids from...
# suiteanalytics
j
Hello all, I'm trying to grab some record ids from a saved search Memo field using REGEXP_SUBSTR. My formula seems to work if I hard-code the memo, but is empty using the memo field. Any ideas on the difference in behavior? (also, it works for my RA logic, just not my Element logic.) Thanks
👍 1
For those interested, I was able to solve this by removing the space character as the ending match character. It seems that NetSuite reg ex does not like matching on space characters.
👍 1