I'm pretty new to Alteryx, so I apologize if this is easy and I'm just not figuring it out.
I have a data set(sample attached) that has the company and all it's employees. Each row has 1 employee. Each company can have any number of employees. I'm trying to get it so that each row has only 1 company with all the EE info in that row.
I have this
I want it to look like this
| Company OID | Company Code | Associate ID | First Name | Last Name | Title | Email | Alternate email | Associate ID | First Name | Last Name | Title | Email | Alternate email | Associate ID | First Name | Last Name | Title | Email | Alternate email |
| 222 | ABC | 1234 | John | Smith | HRBP | John@gmail.com | | 6789 | Sally | Ross | Receptionist | Sally@gmail.com | Sally2@gmail.com | 4444 | Bob | Jones | Analyst | Bob@gmail.com | |
I was trying to achieve this using the crosstab tool but, can't quite get it.
Thanks for any help!