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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Trouble with Case When formula
I am trying to add a formula to a saved search to determine whether a project is ahead of schedule, behind schedule, or on time. I have two fields with dates -- contract end date and estimated end date.
If the estimated end date is before the contract end date, then the project is ahead of schedule...and so no.
Here's the formula I'm using, and it's giving me an Invalid error.
CASE WHEN ({custentity_est_complete_date} < {custentity7}) THEN ‘Behind Schedule’ WHEN ({custentity_est_complete_date} > {custentity7}) THEN ‘Ahead of Schedule’ Else ‘On Schedule’ END
Any help would be much appreciated!
0