Hi guys,
I am struggling to obtain the whole number by rounding down.
So I have the following
| Data I have | I need to obtain this result |
| 5,544,857.0811 | 5,544,857 |
| -83,654.2524 | -83,654 |
| 5,461,202.8287 | 5,461,202 |
| 1,164,419.987031 | 1,164,419 |
| -17,567.393004 | -17,567 |
I tried using FLOOR() and Round([Field]-0.001.1), not working.
Any suggestion where I might be wrong.
Much appreciated your assistance.
Regards,
Dan