Discussions
SuiteWorld is the largest annual gathering of the NetSuite community! It will be held in Las Vegas on October 6-9, 2025. Our customers and partners look forward to SuiteWorld every year as a place to hear the latest from NetSuite, get hands-on learning, and connect with each other. Register now!
Saved Search Case Formula That References A Date to Last Week
Hi All
I have a project task saved search whose intent is to report on project tasks with an (1) end date or (2) start date within Last Week. But having the two criteria on the same search means the count is in the same column. So I want the project task assignee names (the employees) for (1) in one column and those for (2) in another column.
Any idea how I can do this/ what the correct formula is?
I tried the following using earlier resources by @Robert Nedelkow-Oracle which is throwing an error with 'formula(text). It is found at:
CASE WHEN ({custevent_hw_role_start_date} >= TRUNC({today} - 7 ,'W') and {custevent_hw_role_start_date} <= NEXT_DAY({today} - 7 ,'SATURDAY')) THEN {custevent_hw_resource} ELSE 0 END