Avatar

Level 7

The pattern would be:

num{zzzz9.z%}

But as Steve asked, if the number will be put in as a whole number (e.g. - 30.1 = 30.1%) then you'll need a script in the exit event:

this.rawValue = (this.rawValue / 100);