Hello,
I am currently working on a use case where I need to dynamically limit selection possibilities in filters based on the current user. For example, different users should have different sets of filter options depending on their username (pre-selected or able to select themselves)
Initially, I tried building a dynamic parameter using a "Logical SQL Expression" with the existing "User Name" parameter, but it hasn't worked as expected. The system doesn't seem to recognize or apply the dynamic condition properly (it only applies a "hardcoded" name).
I have the following questions:
- Has anyone successfully implemented dynamic filters based on the logged-in user? If so, how did you approach it?
- Is there a way to build role-specific or user-specific filters that work consistently across dashboards?
Any help, insights, or examples would be greatly appreciated!
Thanks in advance!