Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
Question on Numeric Formula
Hi guys,
I wanted to see if you can maybe assist me with a formula which I am working on.
I have a saved search for transaction type: Sales Order
In this search I have the following formula which works great:
CASE WHEN {shipcountry} IN ('United States','Canada','Mexico') THEN 'North America' WHEN {shipcountry} IN ('Brazil','Chile','Guatemala','Dominican Republic','Argentina','Peru','Colombia','Puerto Rico','Costa Rica','Nicaragua','Belize','Honduras','Panama','Venezuela','Paraguay') THEN 'LATAM' WHEN {shipcountry} IN ('Austria','Belgium','Finland','France','Germany','Greece','Italy','Israel','Luxembourg','Netherlands','Spain','Sweden','United Kingdom') THEN 'Europe/Israel' WHEN {shipcountry} IN ('Turkey','Greece','Austria','China','Japan','Nigeria','South Korea','Australia','India','Russia') THEN ('New Geo') END