E
EFowler
Is it possible to create a SQL statement in the Filter portion of a custom view or use any coding option that allows for the following
Contact 1 belongs to categories; Suppliers, Preferred and Non-Preferred
Contact 2 belongs to categories; Suppliers and Non-Preferre
My customer wants to see only the contact(s) that belong to all three categories...so by changing the SQL statement to ("urn:schemas-microsoft-comfficeffice#Keywords" = 'Non-Preferred' AND "urn:schemas-microsoft-comfficeffice#Keywords" = 'Preferred' AND "urn:schemas-microsoft-comfficeffice#Keywords" = 'Suppliers'), we can accommodate, however they also want to the ability to view any contacts belonging to one or more (using the OR statement). Is there anything I can write to accomodate an AND/OR situation
Thanks
Erin
Contact 1 belongs to categories; Suppliers, Preferred and Non-Preferred
Contact 2 belongs to categories; Suppliers and Non-Preferre
My customer wants to see only the contact(s) that belong to all three categories...so by changing the SQL statement to ("urn:schemas-microsoft-comfficeffice#Keywords" = 'Non-Preferred' AND "urn:schemas-microsoft-comfficeffice#Keywords" = 'Preferred' AND "urn:schemas-microsoft-comfficeffice#Keywords" = 'Suppliers'), we can accommodate, however they also want to the ability to view any contacts belonging to one or more (using the OR statement). Is there anything I can write to accomodate an AND/OR situation
Thanks
Erin