I have a report in SSRS 2008 and I want to combine some strings. I know you can write some code in SSRS to do this, but I'm not really sure how.
So basically I have the value "FullName" and I want to make it so it is FullName, FullName, FullName for the appropriate row. I am pulling the info from the appointment table using FetchXML. Any ideas on how to go about doing this?
EDIT: Make things clearer.
So I am querying from the appointment table and each appointment has more than one FullName, but they are in different rows in the Query. I want to combine them into the row they belong in the report
Thanks!