Hi, I would like to be able to use a number column but set the column so that the number 1 actually reads 001 etc.
Is this possible?
Thanks
Hi, I would like to be able to use a number column but set the column so that the number 1 actually reads 001 etc.
Is this possible?
Thanks
Not with the number column, no.
What you could do is use a Pad Text column to insert the extra zeros where necessary.
The only thing is that would return a string, so if you needed to do any calculations with the number, you would need to use the original number column for those.
I use this solution
Great, this is perfect.
thank you