Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to append leading zero in front of number and make it in 10 digit in qlikview ?


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.

1 Reply
swuehl
MVP
MVP

Use the num() function with an appropriate format code:

=num( 12345, '0000000000')