Hi, I need to create a specific report that should show: The number of logins to the system in the last 30 days by users belonging to public groups, grouped by public groups. For example: User_1 is member of Group_1 and has logged in 10 times, User_2 is member of Group_1 and Group_2 and has logged in 5 times. In the report, I'd like to see: Group_1: User_1: 10 User_2: 5 Group_2: User_2: 5 Getting this data is easy using SOQL, but I have no idea how to do it using reports. Please help me ;) @Reports & Dashboards
3 respuestas
I think this below link seems the same concern like yours. Try to check it if it can help you
https://trailhead.salesforce.com/fr/trailblazer-community/feed/0D54V00007ZBgL6SAL
Thanks