I have a problem that I hope someone has solved already. I need to populate the value in the field of one OBX iteration across all the OBX iterations if present. In the Xlate, I am interrogating if OBX.5 contains a certain value and then capturing this value in a variable. When present, I need to populate this value across all OBX iterations in another field (OBX.
Right now, I can just populate OBX.8 of the OBX segment that contains the value, not the other OBX segments. Basically I cannot escape the interation loop of the segment in question.
Any suggestions??
Thanks.