gregz12345
New Member
- Joined
- Sep 19, 2018
- Messages
- 7
Hello All-
I have a report with four columns listing differing FTA names.
I need to combine these columns into one column (concatenate) separated by commas, but some of the fields may be blank and when this happens I can’t have a space or double commas.
Below is an example of what I am looking for.
<tbody>
</tbody>
Thanks!
I have a report with four columns listing differing FTA names.
I need to combine these columns into one column (concatenate) separated by commas, but some of the fields may be blank and when this happens I can’t have a space or double commas.
Below is an example of what I am looking for.
NAFTA | AUSFTA | KORUS | UCFTA | I want this: |
NAFTA | AUSFTA | KORUS | UCFTA | NAFTA,AUSFTA,KORUS,UCFTA |
NAFTA | KORUS | NAFTA,KORUS | ||
NAFTA | UCFTA | NAFTA,UCFTA | ||
AUSFTA | KORUS | AUSFTA,KORUS | ||
NAFTA | NAFTA |
<tbody>
</tbody>
Thanks!