Hi,
I'm struggling with how to do something on Alteryx.
I have a list like below, and if it is a 2 digit number I want to add 00 to the start, if it's 3 digits I just want to add 0 and if it's four I don't want to add anything.
| 50 |
| 40 |
| 50 |
| 990 |
| 10 |
| 10 |
| 10 |
| 10 |
| 50 |
| 20 |
| 10 |
| 10 |
| 10 |
| 10 |
| 10 |
| 10 |
| 10 |
| 10 |
| 20 |
| 20 |
| 30 |
| 1320 |
1340 |
What tool/expression would I use to do this?
Thank you!!