I have input file as shown below. I am trying to go through the records and create an output file as shown below. I believe cross tab may do that. But unable to execute . Could you please share your subject matter expert thought.
| Input File | |
| Account ID | Team |
| 1 | KP |
| 1 | KD |
| 1 | LP |
| 2 | BD |
| 3 | CD |
| 3 | PD |
| 3 | KP |
| Output File | |
| Account ID | Team |
| 1 | KP,KD,LP |
| 2 | BD |
| 3 | CD,PD,KP |
Solved! Go to Solution.
@kal-tech Summarize tool, group by Account Id, select Team - String - concatenate
I added a formula field and concatenate the field values. It is now working. Thank you "BINUACS" for your idea and help.
Thank you @binu_acs for simplifying the workflow and clarification
