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.
Update: Narrative Insights has been restored and is now available.
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.
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.
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