Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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