Hi,
Good day !
I would like to 'round down' numbers to 2 decimal places.
Example as below :
| Field1 | Correct Output |
| 30689.71 | 30689.71 |
| 4300.286 | 4300.28 |
| 6504.661 | 6504.66 |
| 6074.728 | 6074.72 |
| 467.1111 | 467.11 |
| 2222.249 | 2222.24 |
| 2277.22 | 2277.22 |
| 2273.7 | 2273.7 |
| 2277.22 | 2277.22 |
However, i could not find 'round down' formula in Alteryx, so I use 'floor' formula.
Formula for 'Round Down' column that i used, and the result as below :

You can see there some different expected output on Round Down column ( Record 7 - 9 ).
Please advise what is the reason, or is there any better formula to get 2 decimal places without rounding it.
Thanks !