Percent format in table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to have a percent field in my table and i need to use a format
such as 3 percent yet the format option shows 123.00 % . I have tried single
integer and no decimels but it still apears as a field in forms with 000.00
%. How does one configure this?
 
Anything less than 100% is a fraction. Three Percent is stored as .03 but if
you store the number 3 then it will display as 300%.
 
Back
Top