Forum Discussion
- Eric_J_HansenQrew Cadetchange your decimal settings to 3 places instead of 2. that might help you find a couple outliers.
- QuickBaseCoachDQrew CaptainThe 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) - JordanBeatty1Qrew CaptainAh yes, someone had inputted a third decimal place in an entry and it was rounding up