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.
incorrect result from search
Hi
I have the following search trying to count the number of opportunities
case when {department} = 'XYZ then {internalid} else 0 end
(summary = Count)
However, if there is no value it returns a value of 1
How can i write this search so it does not return a value of 1, but 0
0