J
J Cope At Stratis
I created three categories to organize my contacts: Agents, Clients, and
Newsletter. I also have uncategorized contacts.
Everyone in Agents is also in Newsletter.
Everyone in Clients is also in Newsletter.
I am trying to construct a filter to show all of the contacts that are in
Newsletter, but who are NOT in either of the other two defined categories.
The filter generator comes up with the following:
("urn:schemas-microsoft-comfficeffice#Keywords" LIKE '%Newsletter%' OR
"urn:schemas-microsoft-comfficeffice#Keywords" <> 'Agents' OR
"urn:schemas-microsoft-comfficeffice#Keywords" <> 'Clients')
Because the operators are 'OR', the filter does not work. For simplicity I
removed the Newsletter category from the filter; I figure if I can filter the
Agents and Clients I can sort by Category to see the remaining members of
Newsletter:
("urn:schemas-microsoft-comfficeffice#Keywords" <> 'Agents' OR
"urn:schemas-microsoft-comfficeffice#Keywords" <> 'Clients')
This filter does not work either, I thought because of the 'OR'. I changed
it to 'AND' but still had no luck.
Any help at all with this would be appreciated.
Thanks!
Newsletter. I also have uncategorized contacts.
Everyone in Agents is also in Newsletter.
Everyone in Clients is also in Newsletter.
I am trying to construct a filter to show all of the contacts that are in
Newsletter, but who are NOT in either of the other two defined categories.
The filter generator comes up with the following:
("urn:schemas-microsoft-comfficeffice#Keywords" LIKE '%Newsletter%' OR
"urn:schemas-microsoft-comfficeffice#Keywords" <> 'Agents' OR
"urn:schemas-microsoft-comfficeffice#Keywords" <> 'Clients')
Because the operators are 'OR', the filter does not work. For simplicity I
removed the Newsletter category from the filter; I figure if I can filter the
Agents and Clients I can sort by Category to see the remaining members of
Newsletter:
("urn:schemas-microsoft-comfficeffice#Keywords" <> 'Agents' OR
"urn:schemas-microsoft-comfficeffice#Keywords" <> 'Clients')
This filter does not work either, I thought because of the 'OR'. I changed
it to 'AND' but still had no luck.
Any help at all with this would be appreciated.
Thanks!