Avatar

Level 10

Hi,

use a pattern like num{zz9.999888}.

The 8 is for optional decimal places and the 9 for always present decimal places.

So an input of 1.0 will be formatted to 1.000 and an input of 1.00001 to 1.00001.