Is there a way to run an IF THEN expression through repeating segments? To be specific, I am trying to null out all F’s in OBX-11 of an ORU in an xlate. The way our lab system parses out the OBX, it can repeat at either 1(0).1(0).1(x).OBX or 1(0).1(0).1(0).OBX.(x) I have tried setting up an Iterate with a group variable %gx, and then Copy @null to the %g1 and %g2, but it seems like the IF statement is only looking at the first matching segment.