I have a report based on a query with the relevant fields being Begin, End, Activity, & Name. I’ve got the report set up and grouped so the output looks like this:
Begin End Activity Name
9:00 10:00 Swim Jones
Smith
Baker
What I’d like to produce for output instead is:
Begin End Activity Name
9:00 10:00 Swim Jones Smith Baker
How could I best accomplish this?
Begin End Activity Name
9:00 10:00 Swim Jones
Smith
Baker
What I’d like to produce for output instead is:
Begin End Activity Name
9:00 10:00 Swim Jones Smith Baker
How could I best accomplish this?