Format child field

How can I format a field in a child doc type. I want the percentage score to be printed 2 decimal point. Any ideas? :smile:

You have need to set precision value to that field. Open this child table’s doctype and set Precision value is 2 for that field (Percentage Score).

@priya_s I tried to set precision value to 2 but still 90.0000 becomes 90 not 90.00 see image below.

@priya_s

I have solve this problem by putting ###.## in option of the field.

2 Likes