Hi,
Below is my requirement:
The length for the field value in a column should be minimum 5 digits. Irrespective of the length of the string available in the field.
Example: if the field value is 1, then the Alteryx should populate the value as 00001. or
If the 12, then the value should be 00012 or
if it is 123, then the value should be 00123.
Any help,
Thanks