Copy link to clipboard
Copied
I keep getting an error ... The value entered does not match the format of the field [Ten Pay]. The simplified field notation I am using is (BalDue / #Mo) + Disc$. Can someone help correct this error?
Copy link to clipboard
Copied
This happens when you try to divide by zero. Search the forums for "division by zero" and you'll find the code to solve it.
Copy link to clipboard
Copied
You can also set the format of the field to "None" and see the result of the calculation without any formatting. Sometimes using the custom JavaScript calculation can help you debug the issue.
Copy link to clipboard
Copied
If you do that the value it will display will be "Infinity", most likely.
Copy link to clipboard
Copied
I usually see "NaN".