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!
COUNT() within a formula?
I'm trying to calculate a percentage of RMAs. I was going to use a formula to do so, but it's throwing an error. I was using this:
(CASE WHEN {type} = 'Return Authorization' THEN COUNT({number}) ELSE 0 END)/(CASE WHEN {type} = 'Invoice' THEN COUNT({number}) ELSE 0 END)
Any thoughts?
TIA!
Monica
Tagged:
0