-
-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CRM-21546: Implement unique opens filter for mailing opened report #11401
Conversation
ping @lcdservices @colemanw |
Jenkins test this please |
@Monish this is not working. Here are the issues:
|
@lcdservices just noting Brian that ANY_VALUE isn't really a proper solution given that MariaDB doesn't support ANY_VALUE |
@seamuslee001 there are some utility functions that take that into consideration. But in this case, I actually think we want MIN() so we get the first time the email was opened. |
@lcdservices @seamuslee001 I have updated the PR and this is the last commit 6bd27fc Note that I have kept ANY_VALUE and this won't get added for MariaDB because of |
@monishdeb this is working. no group by errors and the report correctly groups by contact ID when the unique opens filter is selected. |
CRM-21546: Implement unique opens filter for mailing opened report
Overview
This ticket is about adding Yes/No filter called 'Unique Opens' to mailing opened report to list out unique open mailings.