0
votes

I have several dashboards displaying employee survey data at different roll-up levels.

I'm using an Action to move from a summary of all employees, to detail on a single employee. So my filter is configured to pass the "Employee Name" to the next dashboard on click. So I can click on an employee from the list, and jump to the dashboard showing the summary of a single employee. This all works great.

The problem I'm trying to solve is that the drop down list filter for Employee Name on the Employee Detail dashboard doesn't adjust to the employee the action filters the list to, it still says (All). I.E. if I click on the record for John Doe, the jump and filter of the data works correctly, but the actual filter selector still says (All), rather than John Doe.

Is it possible to get the filter selection to update?

2
I can't think of a way to manipulate the filter that would work in this case - I'd suggest an alternative approach of a text box containing the name of the employee (taken from the action) and float this over the top of the filter on your second dashboard. Would this give the desired effect?Ben P
@BenP Rather than float it over the filter, I might try it as dynamic title and not worry about the filter, but that's a good thought.Mako212

2 Answers

2
votes

Once you have created an Action filter, you can show that filter on a dashboard just like any other filters.
enter image description here