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.
Please note that on Saturday, April 11, 2026, at 8:00 PM Pacific time, our Case Management System will undergo a scheduled maintenance for approximately 30 minutes. During this time, case creation via SuiteAnswers will be unavailable and inbound calls will be routed to Customer Service.
How to resolve the Invalid Expression in Saved Search?
I'm trying to create a formula wherein if the location is for a specific location, it will only return the amounts from 2 specific accounts.
------------------------------
Example: When the location = location A, it should return amount from Account 1 and Account 2.
Type of saved search: Transaction
Result column summary type: Row
Problematic formula: CASE WHEN {location}='Location A' THEN CASE WHEN {account} IN ('5121 Freight Costs : Freight Out GA','5529 Freight Costs : Freight Out FL') THEN {amount} ELSE 0 END
Tagged:
0