This site uses different types of cookies, including analytics and functional cookies (its own and from other sites). To change your cookie settings or find out more, click here. If you continue browsing our website, you accept these cookies.
The highly anticipated Alteryx Community tradition is back! We hope you'll join us!
Learn MoreHi @abhavani
If you use a Formula tool and use the Replace formula to remove the commas from your numbers, you can then update the type of field to a numeric data type in a select field.
Your formula would look like Replace([Net Amount], ",", "") - This effectively just removes the commas
Let me know if this works for you.
Kind Regards
Will
I would use a Multi Field Formula tool:
With the expression similar to @wdavis
THis allows you to correct the input and change type in one go
Sample attached.