Skip to main content

Error: 'Divide by zero' when viewing a Route detail

The system throws a divide by zero error when I view a Route detail. Why is this?

B
Written by Bogdan Branetiu
Updated this week

check for blank value then update the table:

select * from MANOPS where Qty_Made_in_Op_Time = ''  update MANOPS set Qty_Made_in_Op_Time = --enter correct quantity where Qty_Made_in_Op_Time = ''
Did this answer your question?