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.
Saved Search Formula - Case When Statement not working
I'm trying to figure out how to get this to work.
CASE WHEN {shipaddress1} IS NULL THEN {shipaddress2} // Works ELSE ( CASE WHEN {shipaddress1} IN 'Attn: ' THEN {shipaddress2} // Does not Work ELSE {shipaddress1} // It allway goes here END ) END If shipaddress1 has "Attn:" at the beginning, then I want to print shipaddress2 instead
Thanks
0