Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How do I add a leading zero based on the number of digits in my text string? Please see the bottom Frog ID in my example picture.
In my example:
Thank you for your assistance
Try this,
=Text(Num([Frog ID],'000000000'))
try this
repeat('0', (9 - len(Field))) & Field as NewField
Hi! Forgive my ignorance - does this go in the data load editor?
Is there a solution regarding this topic?