Hi All
I have a DB field that has data in it like
PAGE 01
PAGE 02
PAGE 10
PAGE 121
PAGE 200
I need to get just the number part of this but also eliminate the leading 0 on the data
PAGE 01 to PAGE 09 so that I just get 1, 2, 3, etc
I am using
replace({table.field name},"PAGE 0","");
this works but it is not working on the PAGE 10, PAGE 121, etc
Any ideas or help
Thanks
I have a DB field that has data in it like
PAGE 01
PAGE 02
PAGE 10
PAGE 121
PAGE 200
I need to get just the number part of this but also eliminate the leading 0 on the data
PAGE 01 to PAGE 09 so that I just get 1, 2, 3, etc
I am using
replace({table.field name},"PAGE 0","");
this works but it is not working on the PAGE 10, PAGE 121, etc
Any ideas or help
Thanks