Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
What "should" be a simple search - HELP!
I recognize the need to use a formula to solve this -
I need to find all "customers" that do NOT have "Last Name" contained within "credit cardholder name".
I would think this is a simple query - but man ohh man is it giving me fits.
Any help - as well as resources for future formulas and field names - would be greatly appreciated.
The fine folks in supported offered this as line 1 in Criteria:
LTRIM({ccholdername},RPAD({ccholdername},INSTR({ccholdername},' ')-1))
AND
(line 2 of criteria)
Last Name is not empty
Obviously it does not work - and I don't see how it would as there does not appear to be any test for equality.
0