See title. Basically, the data in this report is set up such that each value in Field A has multiple corresponding values in Field B, and I need to display Field B as a comma-separated list. According to the internets, this is totally easy via a combination of Join() and LookupSet() in 2008… but I’m on 2005. Anyone know how I can do this?
Share
Here is my structure:
Here is my query:
Here is the output:
You will notice a trailing ‘,’ that you will need to trim. That should be simple if your displaying this in SSRS.