I have a table that may or may not get populated:
If it does get populated, I need to take three columns of each row and merge into one field (with dashes in between). The final output should look like this:
B01-NUH003.11310.09-0; DES-1055.K-1686-0; QC-QAC-1-12
I've tried numerous things that don't get me the desired output. Any suggestions on the approach I could take to merge three columns of a table, one row at a time?