Hi,
I have a .txt list with thousands of addresses like so: SMTP:AAA@domain.com
If I try to filter the report with "includes" and upload the text file, I will be returned with an empty report.
If I use "contains" and enter a single value like this SMTP:AAA@domain.com it will work and return the correct user's information.
The problem is that "contains" will only take one value at a time (report will show only that one user), and I need to see all 7000 users...
How can I create a report to do this?
*The "mail" attribute isn't always identical to AAA@domain.com, so the "includes" filter with the mail attribute won't work either (tried, some users were missing)