Hello!
I am brand new to Alteryx, and just had a question about working with some ODBC data.
There is a report on our server that has a field for a unique ID. However, sometimes there are multiple occurances within each Unique ID that will create a new row for each occurance. I was wondering if there was a way to append each row to consolidate on each Unique ID, so that there are not extrannious rows relating to each Unique ID. Essentially, each new row shows up with a blank row, only displaying data for one column.
For Example:
Unique ID#1 (Data point 1) (Blank) (Blank)
Unique ID#1 (Blank) (Data Point 2) (Blank)
Unique ID#1 (Blank) (Blank) (Data Point 3)
Unique ID#2 (Data point 1) (Blank) (Blank)
and so on.
I was thinking the 'Union' tool would be the way to go, but I am a novice, so I just wanted to make sure I was able to do this correctly, since each run of the tool takes a lot of time and puts a lot of stress on the server. I just want to consolidate all the data for each Unique ID into one row, reducing the size of the table and allowing for faster access to the data.
Thanks!!