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.
Not Like formula condition help
Below gives me the hours for jobs with a status of non-billable and are house accounts
CASE WHEN {job.status} IN ( 'Not Billable', 'Closed - Not Billable' , 'Not Awarded' , 'Closed - Not Awarded' ) AND {job.custentity_labor_classification} IS NULL AND( {job.entityid} LIKE 'ANSP%' or {job.entityid} LIKE 'NSIM%' or {job.entityid} LIKE 'DALS%' or {job.entityid} LIKE 'SQ1A%' ) THEN {durationdecimal} ELSE 0 END
Below gives me the hours for jobs with a status of non-billable and are NOT house accounts (it isn’t working. It gives me hours for all jobs that have a status of non-billable. What am I doing wrong?
0