Hello,
I am trying to replicate the CDC BMI calculator. The formula is [Weight divided by height in inches (squared)] times 703
I created a height and weight fields and have three hidden fields: height squared, weight divided by height in inches squared and a field with a default value of 703. all of my multiply calculations work and so does my divide calculation when I manually key in the values. When forms populates the values based on the calculation the divide does not happen. My suspicion is because the value zero is here. Does anyone know how to get past this?
See below when I manually key the value in the weight divided by height inches value: