7 respuestas
Hi Violeta,
you will need a custom formula field and a custom report type to accomplish what you need
create a formula field on the User object
formula return type: numberformula is
1
Now create a custom report type with Users as Primary Object
and activities as the secondary object, define the relationship between the objects as A user record must have at least 1 activity record
Create a report using the newly created report type
Group the report by Assigned fieldCreate a custom summary formula field on the report and formula will be
Formula_Field__c:SUM/RowCount
Click on Insert summary field button to select the Formula field and select SUM