Hello All,
I am trying to build out a very specific type of table. It would look something like this, with curriculums on the left and a row of users with an x, denoting that they need to do said training
| | User1 | User2 | User3 |
| Curriculum1 | x | | |
| Curriculum 2 | | x | |
| Curriculum 3 | | | x |
Another thing is that all of these users are grouped to a specific manager, so there would be multiple tables depending on who the manager is. I think I have to use transpose in some way along with the table, but I wanted to know if there was a different solution
Thank You All in Advance