- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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);
Views
Replies
0 Likes
Total Likes