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.
Number of orders shipped per day
Hi, I am trying to have a field that counts the number of item fulfillment that have shipped between a given date and divides by the number of days in that month. This is what I have but I keep getting errors. Is this even possible?
Formula Numeric | Summary Type Sum |
COUNT(DISTINCT(CASE WHEN {systemnotes.date} between TO_DATE('01/01/2014', 'mm.dd.yyyy') AND TO_DATE('12/31/2014', 'mm.dd.yyyy') then {number} end))/(TO_CHAR((last_day({systemnotes.date})),'DD'))
Thanks!