There is a table with an order# field (KEY) and a description field.
I need to combine the description fields, to make it only one record for all of the description entries and one order#.
can anyone suggest how this can be done in SQL and works in BIRT?
Try with Listagg() function in SQL. You will get it.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article