Hi,
I am trying to have all the lines in APTran description for each HeadNum to come out as 1 line and have this inserted into the Checkhed table.
I have a calculated BAQ field that combines 3 lines in APTran description table into 1 line. When I tested with UBAQ I can see that I can update my Description UD field in the CheckHed table.
However, using BPM thought I could do the same with the Query setter fields but found that they don’t have calculated field settings.
Does this mean I have to code it? Any advice as the combine string is using string_agg() and I’m not sure how to do the equavalent in code. My other solution is to figure out how to get the BAQ calculated field value and insert that in filter by the headnum field.