Hi,
I am trying to display specific user details (name) in a column within a different Data Table.
The user ‘name’ is from the User Data Table.
I have created a new column in a separate Companies Data Table and want to display the users (names) matched to the company they work for but limit it to only users who work for the same company AND that have a checkbox selected in the User Data Table also.
*The user Data Table includes a Companies column that matches the Row ID in the Companies Data Column.
in the Companies Data Table row (company specific) I am trying to display all the users (by name) that are linked/related to that company and also have a specific checkbox ticked in a column from the user data table.
IE
User Data Table
Row ID | User Name | User Email | Company ID | Company Name | Checkbox [ √ ] |
Company Data Table
Row ID | Company Name | Display User/s Name (that work for the same company as referenced in the Users Data Table and have the check box selected within the column in the Users Data Table) |