Hi all,
I have two different datasets I am working with. The first one is sales data that list the customer ID, the amount of the sale and the close date. The second data set is meeting data which includes the customer ID, meeting date, and meeting type.It is common that a customer will have more than one meetings in a month.
I am interested in seeing if a client was contacted within 30 days of the deal closing. I am having a hard time trying to combine these two datasets and get the answer I am looking for because there are multiple entries for each client for different meeting dates and close dates. I have attached a sample of the data set.
Hi @gparks I mocked up an approach which use the date time function datetimediff to calculate the difference in days. Let me know what you think?
Hi @gparks ,
I built this to first bring the datasets together and remove those where the meeting was held before the closed deal.
Then I simply calculated if the ones remaining were within 30 days, joined them back to the primary group and bob's your uncle.
Hope this helps,
M.
User | Count |
---|---|
18 | |
14 | |
13 | |
9 | |
8 |