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
Solved! Go to Solution.
Use the PadLeft function. Here is a list of all String functions: https://help.alteryx.com/current/designer/functions-quick-reference
If your field is numeric, you'll need to first convert it to string.
Chris
User | Count |
---|---|
19 | |
14 | |
13 | |
9 | |
8 |