Report Builder: Report that shows Parent WI with multiple child WI types in single line
One answer
Hi Heather,
It is not possible by standard feature in Report Builder. You need to manipulate the SQL query in Advanced section. For DB2 and Oracle, use LISTAGG function. For SQL Server, see workaround as below,
https://stackoverflow.com/questions/15477743/listagg-in-sqlserver
Comments
Hi Kenji -
Thank you for the information. I really don't want to modify the SQL. Are there any plans to enhance Report Builder to offer this functionality?
Thanks,
Heather
I cannot find any enhancement here.
https://jazz.net/jazz/web/projects/Jazz%20Reporting%20Service#action=com.ibm.team.dashboard.viewDashboard
In my opinion, it would be difficult, as LISTAGG function works differently depending on database products.