Hi Renee, you might try this. You'll need to add a valueexpression to your Grouping that CONCATs the fields. For example, the below will group together the Project Name and the Project Planned Completion Date on a Task Report on one line but will also work on an Assignment Report. Click on Grouping in the report, switch to text Mode and then add the below. You can add other fields to the valueexpression as well. group.0.linkedname=project group.0.valueexpression=CONCAT({project}.{name}," | ", {project}.{plannedCompletionDate}) group.0.valueformat=string textmode=true Terry Hynd EBSCO Information Services