Don’t know if this is a bug, an issue or a request for a feature but:
When I have a field formatted like '0.00%" the output looks like I want. But when I key in the value ‘90%’ I get back ‘9000.00’. I would like/expected 90%…
Don’t know if this is a bug, an issue or a request for a feature but:
When I have a field formatted like '0.00%" the output looks like I want. But when I key in the value ‘90%’ I get back ‘9000.00’. I would like/expected 90%…
The solution was already posted by Jan:
use: #% in which case it will multiply it by 100 and display the percentage symbol
Regards,
Ron
I guess you talk about the formatting itself?
I have got that. My issue is the input in the field itself…
So the field is formatted but I want the user to be able to input 90% and the field should then recognise it as 0.9…
IT2BE:
I guess you talk about the formatting itself?I have got that. My issue is the input in the field itself…
So the field is formatted but I want the user to be able to input 90% and the field should then recognise it as 0.9…
Would using an onDataChange or onFocusLost work. Do the math there.
Aye, I should have thought about that