Discussions
Check out Oracle NetSuite upcoming events and conferences here
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!
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Get ready to take on exciting new challenges and become the next SuiteMaster of the Month!
AI capabilities embedded across the suite help boost productivity and give leaders an edge by helping them analyze data faster and generate unique insights that drive better decision-making. Watch these on-demand webinars to see how our AI capabilities can help you.
Streamline Invoice Processing with AI-Powered Automation
Use AI-Driven Insights for Faster, Better Planning and Forecasting
Streamline Invoice Processing with AI-Powered Automation
Use AI-Driven Insights for Faster, Better Planning and Forecasting
NSC | Saved Search that shows Count and Percentage of Lead and Non-Lead records
in CRM
Scenario
User needs to know the count and the percentage of Leads and Non-Lead records in their account.
Solution
This can be achieved by creating a Customer Saved Search with the following details:
- Criteria tab:
Note: You can add/remove filters as necessary.
- Results tab:
Note: You can add/remove columns as necessary.
Formula used:
- Count of Leads: COUNT(CASE WHEN {stage} = 'Lead' THEN {entityid} END)
- Lead %: COUNT(CASE WHEN {stage} = 'Lead' THEN {entityid} END)/NULLIF(COUNT({entityid}),0)
- Count of Non-Leads: COUNT(CASE WHEN {stage} != 'Lead' THEN {entityid} END)
- Non-Leads %: COUNT(CASE WHEN {stage} != 'Lead' THEN {entityid} END)/NULLIF(COUNT({entityid}),0)
Learn how to Refer A Member | Earn the Answer Accepter Badge | Be the Content Creator of the Quarter | Vote for the content you want to see!
Tagged:
0