Jim Dean
 Sage
       Posts: 3433
Joined: 3/13/2006
Location: L'ville, GA
User Profile |
Hi Jeff:
I advise you to include a divide by zero test in your simplification:
iif( C = 0, 0, ATR(4)/C )
In some cases it is possible for C to have a zero value and that would cause the program to crash. This should prevent that.
[Edited by Jim Dean on 3/5/2018 4:15 PM]
|