By estherschindler
via blogs.msdn.com
Published: Jun 24 2012 / 19:38
Sometimes you have a short list of values that you really don't want to show on individual rows; you'd rather just concatenate them into a list, separated by commas, and put them all in a single row. You can do this in a Reporting Services report in Microsoft SQL Server 2008 R2 or later, using the built-in LookupSet and Join functions.
Add your comment