I am a little confused about how to round a field to the nearest 100th. Would I use math.ceil() or the round()?
Does this only round down though?
Thanks
Code:
math.ceil([field]/100)*100
Thanks