how do you write in crystal syntax code for the following? i have 4 fields: begintime, endtime, contactname and notification. i want to show some contactnames in one single line, because the begintime, endtime and notification are the same. but now instead it shows some lines in a row with the same times and notifications, because contactnames are different. But now how do you program it to become one line and so that the different contactnames will show next to each other in the same contactnamefield?
e.g. This is what i want.
JOBTIME EMPLOYEE NOTES
08:00 - 13:00 John, Mark, assigned to do
Kent, Todd administrations
But not what i want: under column employee now i have 4 rows:
08:00 - 13:00 John assigned ...
08:00 - 13:00 Mark assigned ...
08:00 - 13:00 Kent assigned ...
08:00 - 13:00 Todd assigend ...
How do I solve this that these will be in one row instead of 4 rows, so that it does not repeat the other fields?
e.g. This is what i want.
JOBTIME EMPLOYEE NOTES
08:00 - 13:00 John, Mark, assigned to do
Kent, Todd administrations
But not what i want: under column employee now i have 4 rows:
08:00 - 13:00 John assigned ...
08:00 - 13:00 Mark assigned ...
08:00 - 13:00 Kent assigned ...
08:00 - 13:00 Todd assigend ...
How do I solve this that these will be in one row instead of 4 rows, so that it does not repeat the other fields?