Forum Discussion

Amos_Lim's avatar
Amos_Lim
Resolver I
2 years ago
Solved

Combine multiple rows into one row

Hi all,

As shown in this picture, I have multiple rows with the same User Name, CAN ID and section.

A User can be linked to one or more keytags.

I want to combine the Keytags rows with a comma into one single row.

How can I accomplish this?

 

 

  • I have 3 columns (User Name, CAN ID and Section). tried, but can't achieve the outcome that I want.

2 Replies

  • CoreyP's avatar
    CoreyP
    Solution Sage

    You can pivot your rows to columns, then create a new column that concatenates the values from those columns. 

    • Amos_Lim's avatar
      Amos_Lim
      Resolver I

      I have 3 columns (User Name, CAN ID and Section). tried, but can't achieve the outcome that I want.