Forum Discussion
Anonymous
2 years agoNot applicable
Matrix
Hello, I am struggling with a matrix. Is there a way to create a table/matrix that looks like the one below where the data I am using has the below structure? Is there...
- 2 years ago
Hi Anonymous
You don't need to unpivot the table to get this result, you just need to switch values to rows and put the group to columns.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Ritaf1983
2 years agoSuper User
Hi Anonymous
You don't need to unpivot the table to get this result, you just need to switch values to rows and put the group to columns.
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Anonymous
2 years agoNot applicable
Thank you so much, it was much easier than I thought!