Using a standard 2.5.1 variant. Bulkcopy.
COPY: =0 -> @obx_ctr (at the top of xlate)
The iterate for the OBX is :
Segment
4(0).OBX
%s1
There are some IF statements doing some work and a couple that will null out certain segments.
At the end of all of this, still inside the iterate I have
Math Add: @obx_ctr =1 -> @obx_ctr
COPY: @obx_ctr -> 4(0).OBX(%s1).#1(0)
I’m sure it is something simple I can’t see. Any help is appreciated.