If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Client wants to compare number of Leads a sales person has to the # that have become opportunities e.g. % converted
Then the % of Opps that funded... in a Report
In this case I would recommend considering the Join Grid Reports functionality. However, the main issue that I see here is where to properly store aggregate values so they can be calculated further (or calculated values already so they can be used in the target Report).
The easiest but definitely not the clearest answer is to handle all calculations inside the Lead / Opportunity entity directly based on the salesperson (User entity that is assigned to or linked to this specific entity). Every calculation should be represented as a separated field that could be used in the Report.
I suggest create a related Performance Entity and write formulae to get the details in the entity. I am attaching screenshots of the work done by us. More details at https://espocrm.help/
Comment