Hello,
I did not find anything in the FAQ about this so here goes.
I am using CR 10 with an SQL database and I have created a report that shows Support tickets, Agent name, Company Name, etc...
The report looks like this:
Ticket# Agent Name Company Name
12345 John Company1
67890 Bill Company2
There is an option in our ticketing database that will allow you to relate (Child) tickets to (Parent)tickets. I want to show all the related Child ticket numbers on the same line like so:
Ticket# Agent Name Company Name Related Tickets
12345 John Company1 11111
22222
33333
67890 Bill Company2 55555
66666
When I add the the related ticket field to this report, {relationship.related_case} It looks like this:
Ticket# Agent Name Company Name Related Tickets
12345 John Company1 11111
12345 John Company1 22222
12345 John Company1 33333
Grouping by Ticket # does not do the trick. Is this possible in Crystal?
Thanks very much; I hope I have enough information here.
R
I did not find anything in the FAQ about this so here goes.
I am using CR 10 with an SQL database and I have created a report that shows Support tickets, Agent name, Company Name, etc...
The report looks like this:
Ticket# Agent Name Company Name
12345 John Company1
67890 Bill Company2
There is an option in our ticketing database that will allow you to relate (Child) tickets to (Parent)tickets. I want to show all the related Child ticket numbers on the same line like so:
Ticket# Agent Name Company Name Related Tickets
12345 John Company1 11111
22222
33333
67890 Bill Company2 55555
66666
When I add the the related ticket field to this report, {relationship.related_case} It looks like this:
Ticket# Agent Name Company Name Related Tickets
12345 John Company1 11111
12345 John Company1 22222
12345 John Company1 33333
Grouping by Ticket # does not do the trick. Is this possible in Crystal?
Thanks very much; I hope I have enough information here.
R