I am doing a crystal report taking data off of a database. Each field only has one item except for one field which can have 1 and possibly more. Is what happens is it prints all of the items then the field that has multiple items it prints a different line for each I would like them all on the same line.
Example
Current report[\b]
Detail line a. Call Id, Assignee,
Detail Line b, Description
Detail line a, assignee
detail line a, assignee
It will do that if there are 3 assignees. Is what I would like to print is the following.
Detail line a, Call Id, Assignee, assignee, assignee,
detail line b, Description
Any help would be appreciated
Example
Current report[\b]
Detail line a. Call Id, Assignee,
Detail Line b, Description
Detail line a, assignee
detail line a, assignee
It will do that if there are 3 assignees. Is what I would like to print is the following.
Detail line a, Call Id, Assignee, assignee, assignee,
detail line b, Description
Any help would be appreciated