Linq group by and concatenate

Hi @andreus91 ,

If my assumption is right, you would want to add also other columns which are already available in the Original DT, then you could add the column values using the row object d that you have created.

Let ra = New Object(){k,k1,k2,n,f,d("YourRequiredColumn").ToString}

But the Output Datatable dtReport also need to have the number of Columns available to include this value.