Forum Discussion
QuickBaseCoachD
8 years agoQrew Captain
The issue is one of rounding on the display vs what is really in the fields. The only sure way to prevent is to round the underlaying data to 2 places using the round function.
Round([my numeric calculated field],0.01)
Round([my numeric calculated field],0.01)