Hello all!
I have a table users, each user can cover different position:
and a coordinator can be manager of 1 or N normal users
and a team leader can manager 1 or N coordinator
So, I have this users table wihtin the following columns: user type, team leaders and coordinators.
Inside appSheet I configured the columns as below:
But it doesn't work.. Inside the application I have only the label but not input field..
How can I do this?
Thanks a lot!
Solved! Go to Solution.
In the end, I've chosen to use a dedicated join table between Users and Users, hiding one of the 2 columns of type "List", automatically created and that's it..
Here the join table
User | Count |
---|---|
15 | |
11 | |
9 | |
8 | |
4 |