I'm assuming your last example contains a typo, and that you really meant: 1,125,345
If you want to show all but the last three digits, then use:
$(truncate({table.number}/1000))
If you want the values rounded, then use:
$(round({table.number}/1000))
-LB