I have a dashboard in which I am showing orders from all departments for a user.
The stakeholder wants to default the orders to the user’s department and provide the user option to select other departments from the filter if they wish to see data for other departments.
e.g. if the user is in Marketing then the tile should default to show orders from Marketing and the user should have the option to choose other departments from a filter to see orders from other departments
I have added a department filter on the dashboard but I cannot figure out how to default the filter to the user’s department
A cheeky work around is it make copies of the report, and set the filter button to the respective department for each report copy. Then it should always be the same depending on the link.
The only issue that I see with this, is having to add or change graphs on the report and copies in the future could be annoying.
I did think about that. The issue is that the user keeps changing departments quite frequently. We would have to write a API call to update the user_attribute regularly.