Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

FormCalc error-arithmetic overflow/underflow

Avatar

Level 1

I am hoping someone might help with this.  I keep getting a FormCalc error-arithmetic overflow/underflow with my following script if I leave the Total_3d field empty. I have tried setting the default value to zero. But that did not help. Just not sure what I am missing. Thanks in advance for any suggestions!!

if (Total_3c > 4.25) then

     Sum (Total_3c / Total_3d)

else $ = "0"

endif

0 Replies