G
Guest
I have a table with the following fields
(ID, Role, Resource)
All three fields can have repeating values.
ex:
1|Manager| John M
1| Advisor | Peter L
1| Reviewer| Samuel T
2| Manager| John M
2| Advisor| Susan P
2| Advisor| Kelly R
I need an ability that if the ID and Role Repeat that I concatenate the
Names together and then express in a PIVOT table.
Eg. (Data Behind Pivot)
1| Manager| John M
1| Advisor | Peter L
1| Reviewer| Samuel T
2| Manager| John M
2| Advisor| Susan P, Kelly R
Manager Advisor Reviewer
1 John M Peter L Samuel T
2 John M Susan P, Kelly R
Any assistance would be greatfully accepted!
Jeff
(ID, Role, Resource)
All three fields can have repeating values.
ex:
1|Manager| John M
1| Advisor | Peter L
1| Reviewer| Samuel T
2| Manager| John M
2| Advisor| Susan P
2| Advisor| Kelly R
I need an ability that if the ID and Role Repeat that I concatenate the
Names together and then express in a PIVOT table.
Eg. (Data Behind Pivot)
1| Manager| John M
1| Advisor | Peter L
1| Reviewer| Samuel T
2| Manager| John M
2| Advisor| Susan P, Kelly R
Manager Advisor Reviewer
1 John M Peter L Samuel T
2 John M Susan P, Kelly R
Any assistance would be greatfully accepted!
Jeff