Hi, is there a way to get a custom percentage fiel...
# general
e
Hi, is there a way to get a custom percentage field to round to whole numbers? I have a workflow that auto calculates the value based on the value entered in £ saving divided by current spend * 100. The user I have made this for wants it to round to a whole number. Any advice is greatly appreciated!
p
Use
ROUND( <value> )
in your formula
e
Hi thanks for this, my current formula is : {custbody63}/{custbody61}*100 how would I input that into this please?
p
e
Thank you very very much for your help 🙂