Hello,
I would like a numeric field to appear as a percentage as it is typed. For example, if I type 15 I want the field to populate 15% (not 1500%).
How do I need to set the display/edit/validation/data patterns?
Thank you,
Caroline
Solved! Go to Solution.
Views
Replies
Total Likes
Views
Replies
Total Likes
Instead of typing 15, type 0.15
That's what I'm trying to avoid having to do... I really just want the % sign to show up...
Views
Replies
Total Likes
Just append '%' to your format string. For example:
num{z9.zz'%'}
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies