Hello,
Can someone explain why Alteryx will round 1.25 to 1.3 but will round 1.025 as 1.02 instead of 1.03?
I have a text input with field "amt" = 1.025.
Select tool sets type as fixed decimal 19.3
formula tool creates field amt_rnd using " round(amt,.01) "
Result is 1.02 instead of 1.03.
Sample attached.
Thanks!