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.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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