Hi
How to force a V string data with percentage sign to numbers?
In your example, I would use a multi-field tool set to change output types to double and this formula.
tonumber(replace([_CurrentField_],"%",""))/100
Thanks,
I would still want it to be percentage sign like "78.88%" but the data type to be double/numeric
Thank you! This question came up during my office hours with a student calculating bonus amounts into a multiplier.