Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Append columns of the same table

I have a table like this:   ProjectID | Project Manager 12345        John Doe 67890        John Doe, Jane Doe     I need to have a column of single project managers, with their correlated proj...
  • BA_Pete's avatar
    3 years ago

    Hi Anonymous ,

     

    When you split the [ProjectManager] column using the ", " delimiter, expand the advanced option in the split dialog and you'll see you can split the values to new rows, instead of columns:

     

    Pete