I have three datasets I want in a matrix grouped by a list. However, if I put my second matrix in the list grouped by EmployeeID it then defaults my second matrix to the first matrix dataset.
I want output below desired. All three datasets have 1 common identifier.
Employee Name
Matrix1 Matrix2 Matrix3
Employee Name
Matrix1 Matrix2 Matrix3
etc...