Hi,
I am trying to pull two fields called TICKET# and DESCRIPTION from an Oracle database using Crystal Reports2008. The DESCRIPTION field is in an array table.
When I pull TICKET# and DESCRIPTION to the details section of my report, the DESCRIPTION comes out in multiple lines per ticket as follows:
TICKET1 I need
TICKET1 this all
TICKET1 on one line
TICKET2 How do
TICKET2 I do that
I need the results to be:
TICKET1 I need this all on one line
TICKET2 How do I do that?
If I use the query engine in the Oracle db itself, it concatenates this perfectly and exports each DESCRIPTION as a single line. Of course, the db query capability is limited and very slow.
Can someone tell me how I can accomplish this using Crystal formulas?
Thanks!
I am trying to pull two fields called TICKET# and DESCRIPTION from an Oracle database using Crystal Reports2008. The DESCRIPTION field is in an array table.
When I pull TICKET# and DESCRIPTION to the details section of my report, the DESCRIPTION comes out in multiple lines per ticket as follows:
TICKET1 I need
TICKET1 this all
TICKET1 on one line
TICKET2 How do
TICKET2 I do that
I need the results to be:
TICKET1 I need this all on one line
TICKET2 How do I do that?
If I use the query engine in the Oracle db itself, it concatenates this perfectly and exports each DESCRIPTION as a single line. Of course, the db query capability is limited and very slow.
Can someone tell me how I can accomplish this using Crystal formulas?
Thanks!