Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
Ns7703
Contributor III
Contributor III

Removing leading zeroes from the values

I want to remove leading zeroes from the values , like if I am having value 00760027220 from this value I want to remove zeroes coming in the starting '00'760027220 . How to remove it?

Labels (1)
2 Solutions

Accepted Solutions
mpc
Partner - Specialist
Partner - Specialist

Hi, 

Try this: Num(Num#(MyField, '#0')), my bad

Regards

From Next Decision and mpc with love
It helps, like it, It solves, mark it

View solution in original post

Shai_E
Support
Support

Hi @Ns7703 

If this is via QAA, and the value is a string you can use the "left trim" formula on it to remove the character 0

View solution in original post

2 Replies
mpc
Partner - Specialist
Partner - Specialist

Hi, 

Try this: Num(Num#(MyField, '#0')), my bad

Regards

From Next Decision and mpc with love
It helps, like it, It solves, mark it
Shai_E
Support
Support

Hi @Ns7703 

If this is via QAA, and the value is a string you can use the "left trim" formula on it to remove the character 0