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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Problem with CASE WHEN formula in Saved Search Results
SOLVED
---------------------------------------------
Hi all,
I keep getting stuck at this problem and was wondering if any of you guys know if this is even possible.
In the results of a saved search, I want to see which orders have a different shipping city compared to their default shipping address. In other words, I want to check if the variable shipaddress contains the variable shippingaddress.city.
Where shipaddress is something like: Gary Exampleson 1111 Examples EX Calgary 2x9 Canada
And shippingaddress.city is: Calgary
I' ve come this far: CASE WHEN {shipaddress} LIKE %{shippingaddress.city}% THEN 'TRUE' ELSE 'FALSE' END
Unfortunately, the expression is invalid.
0