Forum Discussion
MarkShnier__You
Qrew Legend
The likely cause is that the values in fact do not match and your formula is correct.
Is it possible that these two fields are not identical in value right down to the last decimal place? Are these data entry fields or are they as a result of a calculation. If they are the result of a calculation I suggest using the Round function in their formulas to round them to 2 decimal places.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Is it possible that these two fields are not identical in value right down to the last decimal place? Are these data entry fields or are they as a result of a calculation. If they are the result of a calculation I suggest using the Round function in their formulas to round them to 2 decimal places.
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
DanielReam
3 years agoQrew Member
I have the same concern.
[Amount 1] is a manual input amount
[Amount 2] is a formula field using Query & Sum. Thinking it's something past the second decimal place. Have gone out as far as 10 decimal places but I'm not seeing anything obvious.
------------------------------
Daniel Ream
------------------------------
[Amount 1] is a manual input amount
[Amount 2] is a formula field using Query & Sum. Thinking it's something past the second decimal place. Have gone out as far as 10 decimal places but I'm not seeing anything obvious.
------------------------------
Daniel Ream
------------------------------
- MarkShnier__You3 years agoQrew LegendTry using the Round function.
Round( ...put your existing formula here, 0.01)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------- DanielReam3 years agoQrew Member
That did it thanks Mark