Hello,
I am pulling shift codes for employees and I need to get all the information on one line. Each employee can have one to a maximum of three shift codes per day. I need to get the employees info and all their shift codes for each day on one line. I have the following:
P01111 L9
P01111 M8
P01111 T6
I need it to look like the following:
P01111 L9, M8, T6
Any help would be greatly appreciated. Thanks.
I am pulling shift codes for employees and I need to get all the information on one line. Each employee can have one to a maximum of three shift codes per day. I need to get the employees info and all their shift codes for each day on one line. I have the following:
P01111 L9
P01111 M8
P01111 T6
I need it to look like the following:
P01111 L9, M8, T6
Any help would be greatly appreciated. Thanks.