Is there a way of writing a report in Salesforce that says basically Lead transferred FROM X agent TO Y agent over a Period of Time?
Hey Juan,
For you to be able to get something like that, you will need to have field history tracking enabled in the object and it had to be enabled during the period of time that you are looking to get that data.
If you had it enabled since then, you can easily run a Lead History report and:
1- Filter the report using the Field/Event field column on the report to have the changes only on the owner field.
2- Create another filter so that the column "Old Value" only displays X Agent records
3- Create another filter so that the column "New Value" only displays Y Agent records
4- Create another filter with the time frame that you want and that should do it for you.