I'm running SSRS for Server 2008 R2 and creating reports in Report Builder 3.0
I have this report called missing weeks that shows me weeks from a year where we're missing financial statements from our companies. Right now the report shows all the missing weeks in separate rows of the report, like so:
Group Cmp_code town Owner Year Week
001 004 townname mr ozzy 2012 50
52
2013 25
26
005 townname mr bark 2013 32
33
002 235 townname mr woof 2013 17
ETC..
Is it possible to have all the weeks show up in the same row for that group and cmp_code?
Group Cmp_code town Owner Year Week
001 004 townname mr ozzy 2012 50, 52
2013 25, 26, etc...
005 townname mr bark 2013 32, 33, etc...
002 235 townname mr woof 2013 17
Ideally I would like to accomplish this in SSRS and not alter the stuff i've done on sql server.



