Hi, I have implemented this in a CRMA Dashboard according to this explanation. https://www.salesforceblogger.com/2017/06/27/how-to-filter-dashboard-by-logged-in-user/ It's working for User Name. However, when I am trying to set a similar filter such as Country or Region it doesn't show any default value. I have done exactly the same as with the user name, but it's not working. Thank you!
Hi @Joost Breggeman,
This is a limitation — default filters in CRMA work well with
standard user fields (like Name), not custom ones like Country/Region.
Make sure the field is in the dataset, but for custom fields you’ll likely need bindings or a dataset join.
If you find this helpful feel free to mark it as Best Answer !!!! 😊
Thanks and Regards.