I have found the solution from the previous article
But not sure if this is correct
Please guide me to the correct code,thank you。
(From d In dtData.AsEnumerable
Group d By k1=d(“Company”).toString, k2=d(“Code”).toString.Trim Into grp = Group
Let cn = If(grp.Select(Function (rn) rn(“Employee Name”).toString).toarray,grp.Select(Function (rn) rn(“Employee Name”).toString))
Let cs = If(grp.Select(Function (rn) rn(“Employee Num”).toString).toarray,grp.Select(Function (rn) rn(“Employee Num”).toString))
Let cx = If(grp.Select(Function (rn) rn(“Employee Phone”).toString).toarray,grp.Select(Function (rn) rn(“Employee Phone”).toString))
Let ra = New Object(){k1,k2, cn(0),cs(0),cx(0),cn(1),cs(1),cx(1)}
Select dtReport.Rows.Add(ra)).CopyToDataTable