Forum Discussion
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__You
3 years agoQrew Legend
Try using the Round function.
Round( ...put your existing formula here, 0.01)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
Round( ...put your existing formula here, 0.01)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------
- DanielReam3 years agoQrew Member
That did it thanks Mark