Hello everyone,đ
Here we go again with a topic that I have searched for but didnât get a proper solution to.
I have a table (just a single hosted Table layer) with a list of 400 employees: name, surname, team _id and overwork time and date.
I need to configure a Dashboard in order for the 20 different team leaders to see the overwork time of just their employees, and make better planification of tasks and holidays.
IMPORTANT: the Editor and Creator of the data itâs going to be my username, because I do actualise this table twice a month.
I added an extra column where I store the AGOL username of the leader of that specific employee.
It looks like this:
Team_id (integer) | Name, Surname (String) | Overwork_hrs (Double) | Date (Datetime) | Leader_username (string) |
1001 | Paul, Jagger | 12.5 | 05/03/2025 | j.jakobs@esri.com |
1005 | Mark, Zucker | 45.6 | 05/03/2025 | m.silva@esri.com |
1001 | Emma, Watson | 17.2 | 05/03/2025 | j.jakobs@esri.com |
1006 | Peter, Parker | 10.1 | 05/03/2025 | h.ford@esri.com |
Â
Is there a way to make a single Dashboard and not to duplicate the dashboard 20 times for the 20 different leaders? I also try to apply the filter with a Definition Query on a Table's View, but is seem not to work for my table layer.đ„
I found this solution https://community.esri.com/t5/arcgis-online-documents/display-features-relevant-to-the-current-user/ta-p/1513220 but it does not work for me because I cannot find the option âUpdateDefinitionâ.

I appreciate your help!! Thanks a lot for any suggestion!
Dory