Forum Discussion
Anonymous
3 years agoNot applicable
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...
- 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
serpiva64
Solution Sage
3 years agoHi,
you have to split column by delimeter choosing split into rows
If this post isuseful to help you to solve your issue consider giving the post a thumbs up and accepting it as a solution !
- Anonymous3 years agoNot applicable
Phenomenal, thank you!