Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i have delivery number . And this delivery number sometimes will have 9 digits , 8 digits or 7 digits. But i want the end column data should have as 10 digits with zeros in the front .
For example if i have
1234567--- output: 0001234567
12345678-- output: 0012345678
1234567891--- since it is 10 digits it should not change.
NUM(field,'0000000000')
=num(12345678, '0000000000')
=num(yourfield, '0000000000')
or here
when i tried this . I am getting null values. Do you think because the format of the field is in text format.
Thank you Massimo. But i am getting null values. Let me attached the QVW file.
=right('0000000000'&field,10)
If it is text, try
=num(num#(field),'0000000000')
@michael Solomovich Thank you . thanks for your help. And Massimo & Anjos thanks for your fast reply.
i have posted another question. Can you please help me with that.
i have posted another question can you please help me with that