If I have say 3 overlay features; A,B,C each has a field called FIELD_ID
If I do a union, I will get 3 new fields in the output: FIELD_ID_1, FIELD_ID_2, FIELD_ID_3
But how do I get just one summary field 'FIELD_SUMMARY' that contains the values of FIELD_ID_1, FIELD_ID_2, FIELD_ID_3 for each...