0
Answered
Error division by zero in system log
What is the easiest way to program the software to prevent the error division by zero in the system log?
Customer support service by UserEcho
You can use Qcode and program:
If xxx = 0 then result:= yy else result:= formula
I hope this helps you
Thanks, this also works.