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.
Is there something wrong with this formula? Unexpected Error
I'm getting an unexpected error with this formula
Column is MAX
(Max({employee.custentity_utilizationtarget})-Sum(CASE WHEN {utilized} = 'T' THEN {durationdecimal} END))/NULLIF(CASE WHEN {utilized} = 'T' THEN {durationdecimal} END,0)
if I try this
Column is MAX
(Max({employee.custentity_utilizationtarget})-Sum(CASE WHEN {utilized} = 'T' THEN {durationdecimal} END))/5
it works fine. Not sure if this is a bug or something in my formula.
0