Hello Everyone,
First post!
I am using the formula stated below to try and remove the last digit on a 12 character field. I am also doing the same thing when the UPC is 13 characters long.
I am trying to use this formula posted by Joe S from Alteryx.
Substring([Field1],0,length([Field1])-1)

When I do execute it I get this error as well.

Any assistance will be greatly appreciated.