Forum Discussion
KevinSlider
7 years agoQrew Trainee
It sounds like you have tried setting the fields to currency with matching decimal places. If Quick Base shows 29.90 in both fields and the formula still evaluates Not Equal, then I would take your formula and adjust it with the round function to round to the nearest cent.
If (Round([Order Amount], .01) <> Round([Total Items], .01), "Not Equal")
Let me know if that helps.
If (Round([Order Amount], .01) <> Round([Total Items], .01), "Not Equal")
Let me know if that helps.