I need to create an alphabetized list from multiple rows that contain comma separated tags.
Example:
Row1 -> Lessons, Discussions, Help
Row2 -> Discussions, Chat
Row3 -> Surveys, Evaluations, Discussions
Result needs to be:
Chat, Discussions, Evaluations, Help, Lessons, Surveys
Note that repeated items need to only appear once in the final alphabetized list. I have no idea how to go about making a query that will do this. Please help! :)
Example:
Row1 -> Lessons, Discussions, Help
Row2 -> Discussions, Chat
Row3 -> Surveys, Evaluations, Discussions
Result needs to be:
Chat, Discussions, Evaluations, Help, Lessons, Surveys
Note that repeated items need to only appear once in the final alphabetized list. I have no idea how to go about making a query that will do this. Please help! :)
Comment