MarkStrassel
5 years agoQrew Cadet
Filtered User Dropdown
I have a few user dropdown selections for say selecting a manager that I would like to filter who is shown in the list based on what is selected for users in another field, for instance a title field. So, if user's title field shows as Manager, I want them to show in a form dropdown on a timesheet, but not all the other non-manager people. I would like it to be dynamically filtered this way versus a UserList, so as people's jobs change the dropdown will automatically update. I think it's something like If([Employee – Title] = "Manager") but I cannot get it working yet.