Hello,
It still does not suppress the commas:
PAS, , , , ,
When there are null values for the five additional county fields, it still adds the commas. I used exactly as follows:
rtrim(COALESCE(County_Code_1+',','') + COALESCE(County_Code_2+',','') + COALESCE(County_Code_3+',','') +...