The total length of the resulting string will be at least 4 characters – but could be as long as 12 or so….
example: PV1-4.2 = ED, PV1, 4.3 = C, PV1-5.1 = C
concatenate together should = EDCC
My problem is whatever subsequent field I try to store this value in will only accept the first three characters – no matter that the variant allows for more. (I suppose it could be the first and third, in this case – but unlikely)
One other inportant fact is that I am creating the value in the PV1-5.1 just previous to this in the Xlate. Is that the issue?
Thanks!