Search results

  1. T

    Divide by zero error

    I have gotten this error using Crystal Reports. I've actually had to add a line like this for every field used in the formula: If{field1}=0 then 0 else {field1}
Top