I am looking for solution how to count number of contacts which were last contacted in specific time period (month, quarter e.t.c) by each company. The maid idea is understand the share of contacted contacts in last month for each company.
The final result must include for example 3 fields:
Comnany name | Number of associated contacts | Number of last contacted contacts (per month).
This is not possible directly within the report builder – you would have to design workflows and a calculation property if you're looking for the exact visualization you requested.
The first workflow would enroll contacts when Last contacted is less than 30 days ago and then set the value of a new custom property, e.g. Contacted recently, to Yes. A second workflow would enroll contacts when Last contacted is unknown or more than 29 days ago and set Contacted recently to No.
This is not possible directly within the report builder – you would have to design workflows and a calculation property if you're looking for the exact visualization you requested.
The first workflow would enroll contacts when Last contacted is less than 30 days ago and then set the value of a new custom property, e.g. Contacted recently, to Yes. A second workflow would enroll contacts when Last contacted is unknown or more than 29 days ago and set Contacted recently to No.