The report will returns the records for the sales of each agent they made for the specific peroid of time.
The report will list out summary of agent's data with the heading as below:
- Inactive agent
- New agent
- Quartile I (top 25% agent)
- Quartile II (
- Quartile III
- Quartile IV
I am thinking group by formula, there is no problem to create the groups Inactive agent and New agent. For the rest, how do I check how many agents there, sum the sales for each agent, and assign them to the correct Quartile within the group formula?
I hope you can understand my question and any suggestion will be helpful.
The report will list out summary of agent's data with the heading as below:
- Inactive agent
- New agent
- Quartile I (top 25% agent)
- Quartile II (
- Quartile III
- Quartile IV
I am thinking group by formula, there is no problem to create the groups Inactive agent and New agent. For the rest, how do I check how many agents there, sum the sales for each agent, and assign them to the correct Quartile within the group formula?
I hope you can understand my question and any suggestion will be helpful.