Skip to Content
0
Former Member
May 01, 2018 at 03:57 PM

Remove Leadind zeros from String

64 Views

The data looks like this:

000234R

001034S

011009R

000045D

It is coming from a varchar field in the database and needs to appear on the report like this:

234R

1034S

11009R

45D

I am not having luck removing the preceding 0’s

Help