Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am new to qlikview.
I have a questions - how can we append leading zero in front of numbers and make it in 10 digit ?
Example :
We have : 12345
how can we make it - 0000012345 ?
Appreciate your help.
Use the num() function with an appropriate format code:
=num( 12345, '0000000000')