
- After i save i run in to this message



Best answer by BenjaminCrisman
Seems like it’s the Decimal conversion which is messing it up. You can either set this expression:
=IIF([ARTran.Cost]<>0, [ARTran.ExtPrice]/([ARTran.ExtPrice]-[ARTran.Cost]), 0)
Or you could try to set a filter like this:

With the filter active you could remove the IIF part and just use
[ARTran.ExtPrice]/([ARTran.ExtPrice]-[ARTran.Cost])
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.