TomBorcoman
Technical User
Hi..I have created a HOLD file that was created with 2 joins and the data is what I want, however, I have some records that are listed twice and I want to combine the 2nd or 3rd, etc. instances into one line in a new table. Here is the example:
Name ID Fund Dept Alloc%
Ehlo 3 10003 1114 60
Ehlo 3 60020 8768 40
I would like a new table with one record as follows:
Name ID Fund1 Dept1 Alloc%1 Fund2 Dept2 Alloc%2
Ehlo 3 10003 1114 60 60020 8768 40
Thanks for any help you can provide!!!
Name ID Fund Dept Alloc%
Ehlo 3 10003 1114 60
Ehlo 3 60020 8768 40
I would like a new table with one record as follows:
Name ID Fund1 Dept1 Alloc%1 Fund2 Dept2 Alloc%2
Ehlo 3 10003 1114 60 60020 8768 40
Thanks for any help you can provide!!!