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
Any ideas
There is one way to put more than one type a filter. If you share a print screen with your idea I can teu help you.
@muriloagu Attached is the screenshot. I have tried to explain my needs in the screenshot
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.
Let me know if this works for you
Thanks for the suggestion. Unfortunately that will not work for us
Can you achieve this using user attributes:
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.