whenever i use Calculate Feature to fill percentage column, always add extra zeros to the value, what is the solution for this?
lets say the calculated value is 10, the value in cell it shows 1000%
whenever i use Calculate Feature to fill percentage column, always add extra zeros to the value, what is the solution for this?
lets say the calculated value is 10, the value in cell it shows 1000%
Percentages are just fancy decimal numbers, so you’ll need to convert it to a demical number.
([Calculated Value] / 100)