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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read 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')