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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
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