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 in a saved search formula
Hi all
Quick question. I am trying to work out a percentage on a netsuite saved search.
Each member of the sales team has a target for the number of unique accounts they are trading with each month.
I want to work out the percentage of this I have achieved.
I am setting the Formula to Numeric and the Summary type to MAX and then using this formula:
CASE WHEN {salesrep} = 'XXXXX' THEN COUNT({custcol_2663_companyname})/'30' ELSE NULL END
The name of the custom field above is the customers company name. My logic is to COUNT these up, then divide by 30 to get the percentage.
0