Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
CASE Statement Help
All,
I need some CASE help to make the below statement work in the summary type on the results page on a saved search using a SUM function.
Formula Numeric:
count(distinct({entityid})) - (CASE WHEN {activity.custevent_call_result} = 'Conversation' THEN 1 ELSE 0 END) + CASE WHEN {activity.custevent_call_result} = 'Accepted TD Offer' THEN 1 Else 0 End
I was able to get the above formula to work. The problem is that the Summary type on the results tab will not allow a SUM. Is there a work around for this?
Thank you in advance for your comments/suggestions
***UPDATE***
I was able to work with NS support and trial and error to make this work. Below is the finished product to make the above work. NS did not like the double sum in the original statement. However by summing the items in the case statement there was no longer a conflict.