I have a field (customer PO#) that has a 4 digit # which means nothing to us, then a “-“ dash, then a 2 character alpha-numeric code. I want to capture the 2 characters after the dash, not the entire #.
PO#
5200-C3
5200-H6
I want the report to show:
PO#
C3
H6
PO#
5200-C3
5200-H6
I want the report to show:
PO#
C3
H6