Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to truncate 0s at starting of a string and convert it to number

String value 000004567 how to convert this into number 4567. num(String,'#,#'),num#(String,'123456789')

i tried this two.

1 Reply
Clever_Anjos
Employee
Employee

num(num#('000004567'),'#.#')