Hi Sagarika,
Below Mathematical Functions can be used to achieve this.
ceil | Smallest integer value not smaller than the argument. |
floor | Largest integer value not larger than the argument. |
trunc | Integer part of argument. |
ROUNDED_UP = FLOOR(ORIGINAL_KF/1000)*1000
Regards,
Sucheta