Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Folks,
Want to remove initial 2 zeros from below field.
0040111100
expected output.
40111100
Thanks,
Rupali Ethape
try
=right(FIELD,len(FIELD)-2) as FIELD_NEW
Hello,
You can try Num#(Dimension)+0
You can use
=Trim(Num('0040111100'))