I have a numeric field which consists of seven digits which sometimes has an appending "/" and one more number which indicates a page number. I have a character replacement rule to strip out the "/". Do you know how I can truncate the field to ignore the "/" and any subsequent digit? I tried a regular expression for the seven digits. Would I just create a script for this and do it that way?
Truncate the length of a field
0