CaptainObvious
Technical User
Ok, within a single text field called:
TYPE_FIELD
containing the string "A,B,C..."
How to replace
A with 1
B with 2
C with 3
so that the string becomes "1,2,3..."
The records will contain different combinations of the same codes (e.g. "A,C" "B,C" become "1,3" and "2,3" respectively)
TIA
TYPE_FIELD
containing the string "A,B,C..."
How to replace
A with 1
B with 2
C with 3
so that the string becomes "1,2,3..."
The records will contain different combinations of the same codes (e.g. "A,C" "B,C" become "1,3" and "2,3" respectively)
TIA