The data on one of my variables is in percentage format with commas instead of dots. It seems like I need to get rid of them both. I try to destring, replacing with dots and converting to fractions but it doesn't work. Seems like they block each other; the "%" is stopping the "dpcomma" command and the "," is stopping the "percent" command.
How can I solve this?
How can I solve this?
Comment