R
rogerscmg
Hey Guys,
I have a query that returns to me results of Marketing eMails i have
sent. Right now, the query returns to me this:
1) Open Rate: [Opens]/[Delivered]*100 (Opens and Delivered are user
inputted fields)
2) CTR: [Clicks]/[Opens]*100 ( Again, Clicks and Opens are user
inputted)
3) Unsub Rate: [Clicks on UNSUS]/[Opens]*100 (same)
Open Rate, CTR and Unsub Rate are calculated directly in the query
window, and are not pulled from the database. ( Of course, the fields
are also calculated in a form i have created, but because the number
changes for each mailing i was told not to store it in the table)
So for each Month, i am going to get a different set of results, there
could be 4 or 9 emails each with different sets of results. What i
need help with is finding the AVERAGE of all the Open Rates per month
SO for instance,
For January, i have 9 emails. For each of those 9 emails, is a
different Open Rate %, CTR% and Unsub %. I need to find the Average
off all 9 emails, for each Open Rate, CTR and Unsub Rate.
Is there any way i could do this?
Thanks so much in advance guys
I have a query that returns to me results of Marketing eMails i have
sent. Right now, the query returns to me this:
1) Open Rate: [Opens]/[Delivered]*100 (Opens and Delivered are user
inputted fields)
2) CTR: [Clicks]/[Opens]*100 ( Again, Clicks and Opens are user
inputted)
3) Unsub Rate: [Clicks on UNSUS]/[Opens]*100 (same)
Open Rate, CTR and Unsub Rate are calculated directly in the query
window, and are not pulled from the database. ( Of course, the fields
are also calculated in a form i have created, but because the number
changes for each mailing i was told not to store it in the table)
So for each Month, i am going to get a different set of results, there
could be 4 or 9 emails each with different sets of results. What i
need help with is finding the AVERAGE of all the Open Rates per month
SO for instance,
For January, i have 9 emails. For each of those 9 emails, is a
different Open Rate %, CTR% and Unsub %. I need to find the Average
off all 9 emails, for each Open Rate, CTR and Unsub Rate.
Is there any way i could do this?
Thanks so much in advance guys