Can someone tell me how I can build a field to parse a text string like:
ABS.PAT.string.2
where the result would be a field value of just "string.2"?
I have field values where there are variable occurrences of the "." before the last capital letter. So I want to parse the field 2 positions after the right most capital letter.
Thanks
Glen
ABS.PAT.string.2
where the result would be a field value of just "string.2"?
I have field values where there are variable occurrences of the "." before the last capital letter. So I want to parse the field 2 positions after the right most capital letter.
Thanks
Glen