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.
Formula Help
I am having trouble with a saved search formula. Basically I when a custom text field is = "yes", then I want to subtract the max of a custom number field with the count of a custom date field. Hopefully you are able to see just from the structure below what I am missing, or maybe there is a better way to structure it.
Field: Formula (Numeric)
Summary type: Sum
Formula: CASE WHEN {Status} = 'Yes' THEN MAX({Goal})-Count({DateAccepted}) ELSE 0 END
Thanks!
0