I'm trying to concatenate an attribute from multiple records by the record's ID.
For example: The two descriptions for 1, and again for 3, added together as one record. (see below)
Concatenating the information associated with common ID's
My dataset has over 2500 records.
I've tried using the Pivot tool, and I managed to get the ID numbers merged with their corresponding descriptions. but the descriptions were spread over 2500 fields. Way too many to concatenate.
I'm sure I've seen this demonstrated in an Analysis MOOC, but I can't find it. 😞
Any help or ideas welcome.