Hi Alteryx Community,
I've got a column that needs to be in % with a numeric meta tag so that I can calculate on it. So I used the cleanse tool to strip it of any symbols and then used a formula tool to divide it by 100. Problem solved, right? Well, I discovered that while most of the rows are structured as "90%", others are structured as "0.5". So my workflow turns the "0.5" into "05" and then divides that by 100, which gets to "0.05" not "0.5" as it should be.
Thoughts on how to create a workflow that accounts for both types of percentages within the same column?
Thanks again for your support,
Josh