I have some issues with calculating some stuff with JS and getting the right values out of the input fields (number). When I use this code it doesn\'t show anything. So what
Every id must be converted to integer. Example
var Malfunctions = parseInt(document.getElementById("Malfunctions").value);
then your ready to go