How to set the rounding value based on country level in workforce compensation plan
Summary:
The requirement is to round revised salary at individual level/country level..
To align with local practices.
for Colombia and Indonesia to round up to the nearest 1000 (=ROUNDUP(cell reference, -3)
2. for all other countries to round up to the nearest 10 (with decimal and without decimal) (=ROUNDUP(cell reference, -1)
All rounding rules will be applied to the annual salaries.
Kindly help how to configure based on the country level
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):
0