Displaying the name of a merged column field within the row
I'm trying to figure out a way to display the name of a merge column in the report field. For example, lets say I want to display the task name, primary assignment and due date in one field. I already know how to merge the fields and create line breaks, however I'm trying to get the following text to display in the merged column:
Task Name: "name"
Primary Assignment: "name"
Due Date: "date"
I want the name of the merge column to display before the actual input from that field if that makes sense.