E
Emmy
I need to update a field DOWN to the nearest thousand.
I tried this and it works, but it rounds up.
1000 * ([fieldname] \ 1000)
Ex) 23700 now rounds to 24000. It needs to be 23000.
I tried this and it works, but it rounds up.
1000 * ([fieldname] \ 1000)
Ex) 23700 now rounds to 24000. It needs to be 23000.