I have a data set that needs to be pivoted to work with it. Each person has a separate column in the table and all of the data for the person is in the column. I need to transform the table so that each person is in a row and the data for the person is in multiple columns in a single row.
If I were doing this in SQL in a database, I know exactly how I would do it either manually or using a Pivot clause. But, I can't figure out how to do it in Alteryx. The Transpose tool is giving me multiple records per person, each with a different piece of data. I've also tried playing with the Cross Tab and Arrange tools, with no success. I'm obviously overlooking something. Does anyone have any thoughts?