I need to iterrogate down to the field level amongst repeating OBX.5 fields (within a repeating group), and then output the whole group if the condition is met. My IF statement successfully finds the match, but my output only includes the matched field, and not the rest of the OBX.5 fields that I want included. Here is the basis in my IF statement:
1(0).2(0).1(%g1).OBX(0).#5(%f1)
Any input would be appreciated to fix the Xlate.
Thanks.