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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rupaliqlik
Partner - Creator
Partner - Creator

remove initial zeros

Hi Folks,

Want to remove initial 2 zeros from below field.

0040111100

expected output.

40111100

@abhijitnalekar 

Thanks,

Rupali Ethape

1 Solution

Accepted Solutions
ManuelRühl
Partner - Specialist
Partner - Specialist

try

=right(FIELD,len(FIELD)-2) as FIELD_NEW

Manuel Rühl

View solution in original post

3 Replies
ManuelRühl
Partner - Specialist
Partner - Specialist

try

=right(FIELD,len(FIELD)-2) as FIELD_NEW

Manuel Rühl
AshutoshBhumkar
Partner - Specialist
Partner - Specialist

Hello,

You can try Num#(Dimension)+0

 

Anil_Babu_Samineni

You can use

=Trim(Num('0040111100'))

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful