Discussions
SuiteWorld is where the NetSuite community comes together to learn, connect, and discover what’s next.
Whether you’re looking for product updates, practical tips, new ways to improve efficiency, or insights from other customers, SuiteWorld offers something for every stage of your NetSuite journey.
■ NetSuite 2026.2 Release Notes
■ NetSuite SuiteApps Release Notes
■ NetSuite Sneak Peeks
■ Release Preview Guide
■ Release Preview Test Plan Template
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