Discussions
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.
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