
I can't change the data type in my table. To change the number of decimal places, I applied a script (as you can see above), but it didn't work. Do you have any thoughts on why it didn't work or what I can do to round the field to two decimal places?
I also tried these two formulas 2 formula to try to round the number to 2 decimal places but it did not work:
{0:.2f}.format(!RATE_5YR!)
f'{!RATE_5YR!:.2f}'
Does anyone have a suggestion on how to change the number of decimal places?