hansva commented on issue #6110: URL: https://github.com/apache/hop/issues/6110#issuecomment-3607043664
Hi @maxbobse, This is somewhat a bug but not completely a bug. You are reading your input fields as Integers so the divide is done using integer values the line that is giving the error is `189/0` and you are not allowed to divide by 0. The bug could be, filter rows is letting `0.xxx` even though it should be an Integer compare. But the simple solution would be to define your input fields as numbers and the error is gone. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
