B
Bill Sturdevant
I am trying to define a field as a percent. I read that
when you enter a number, it gets multiplied by 100 and
displayed as a percent.
So, entering "25" gets stored and displayed as 2500%
But, I do not want the value to be twenty-five hundred
percent, I want the value to be twenty-five percent.
So, I enter .25 and get 0%, apparently because of rounding.
From a user perspective, both of these are crazy.
How do I set things up so the user enters "25" and
immediately sees "25%" in the field?
when you enter a number, it gets multiplied by 100 and
displayed as a percent.
So, entering "25" gets stored and displayed as 2500%
But, I do not want the value to be twenty-five hundred
percent, I want the value to be twenty-five percent.
So, I enter .25 and get 0%, apparently because of rounding.
From a user perspective, both of these are crazy.
How do I set things up so the user enters "25" and
immediately sees "25%" in the field?