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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Sales order saved search formula showing the # of business days the order shipped after ship date
We have a sales order saved search that was working perfectly for a few years and now the formula does not work. We show the amount of business days (excluding weekends) that a sales order shipped after or before its due date. The search has always been main line= false as we want to show each line of the sales order as they sometimes ship on different dates. This was the formula that worked previously and now is not populating.
(TRUNC(To_Char({actualshipdate}-{shipdate})))-((((TRUNC({actualshipdate},'D'))-(TRUNC({shipdate},'D')))/7)*2) - (CASE WHEN TO_CHAR({shipdate},'DY') ='SUN' THEN 1 ELSE 0 END) - (CASE WHEN TO_CHAR({actualshipdate},'DY') ='SAT' THEN 1 ELSE 0 END) + 1
Tagged:
0