ADF Join View Object
we have a Join View Object joining Customer and Order tables. The Output in ADF table is like this
CustomerName------------OrderID
John------------------------------------1
John------------------------------------2
John------------------------------------3
Tom------------------------------------80
Tom------------------------------------81
Tom------------------------------------82
We need to show the out but as
CustomerName------------OrdersPlaced
John------------------------------------1,2,3
Tom------------------------------------81,82,83
Please suggest how we can acheive this
Thanks
Edited by: user11922045 on Oct 19, 2010 2:53 PM