Hello,
I am trying to clean out a dataset whereby I want to remove zeros (0) at the beginning of my account numbers and only remain with the remaining digits. My dataset can be seen below:
For example if I have 02334566, the new column I want to create should have 2334566 for the new account number. How can I achieve this in alteryx?