I am building a qliksense dashboard. Among many fields, there are 2 fields - username(like employee ID) and Rolename.
One of the requirements given is when a user logs on to the dashboard, their username should be identified and based on their id, the corresponding role name should be pre-applied when the page loads. In other words there should be a pre-applied filter that should appear when a user logs in.
I am able to identify the username using the OSUser() function but how can I achieve the pre-applied filter part?
I tried applying a default bookmark but I am unable to make the bookmark a dynamic one.