Hello all,
I have a table name "info" which looks like,
ProjectID Consultantname
1 Alpha
1 Beta
1 Charlie
2 James
2 Mario
3 Shak
Now im getting a excel report in the below format.
ProjectID Consultantname
1 Alpha
1 Beta
1 Charlie
2 James
2 Mario
3 Shak
I want a excel report which gives the result as below:
ProjectID Consultantname
1 Alpha, Beta, Charlie
2 James, Mario
3 Shak
im struck here n cant proceed further.
Pls help
Thanks,
Shaq
I have a table name "info" which looks like,
ProjectID Consultantname
1 Alpha
1 Beta
1 Charlie
2 James
2 Mario
3 Shak
Now im getting a excel report in the below format.
ProjectID Consultantname
1 Alpha
1 Beta
1 Charlie
2 James
2 Mario
3 Shak
I want a excel report which gives the result as below:
ProjectID Consultantname
1 Alpha, Beta, Charlie
2 James, Mario
3 Shak
im struck here n cant proceed further.
Pls help
Thanks,
Shaq
Comment