I'm sure that's an unclear Subject, and I apologize if it's confusing...not sure how else to word it.
What I'm looking to do is compile all the zip codes in a City into one field.
My raw data looks like this:
Ticket# City ZIP
123456 Atlanta 30511
234567 Atlanta 30512
456779 Atlanta 30512
457895 Atlanta 30511
345678 Atlanta 30645
456789 Atlanta 31254
987654 Portland 80545
741258 Portland 80547
876543 Portland 80457
548789 New York 01567
And what I need is a summary that does this:
Atlanta 30511, 30512, 30654, 30645
Portland 80545, 80457
New York 01567
I'm using CR12 and pulling from a Remedy data source.
Thanks!
What I'm looking to do is compile all the zip codes in a City into one field.
My raw data looks like this:
Ticket# City ZIP
123456 Atlanta 30511
234567 Atlanta 30512
456779 Atlanta 30512
457895 Atlanta 30511
345678 Atlanta 30645
456789 Atlanta 31254
987654 Portland 80545
741258 Portland 80547
876543 Portland 80457
548789 New York 01567
And what I need is a summary that does this:
Atlanta 30511, 30512, 30654, 30645
Portland 80545, 80457
New York 01567
I'm using CR12 and pulling from a Remedy data source.
Thanks!