Filter dashboards on logged in user
Hello,
I have a dashboard with several reports and widges. We want that these data is filtered and is correctly showed only to the logged in person.
We use this : Variable X =${system.login.fullname} which is working and filtering report X perfectly to the logged in user.
However, other reports for example report Y have other variable names (variable Y) so this is not working for those reports, consequently these reports are empty or giving error.
I tried Variable X =${system.login.fullname} and Variable Y =${system.login.fullname} but it gives error
"Alert Message
The specified filter criteria cannot be applied to any of the inner view of the dashboard"
How is it possible to have several filters so that every report is working ?
Thanks