Filter fields

How can I filter on contacts module using AND, OR,NOT .
Is it possible?
ex.: Manager NOT MARKETING
só that ill see all the contats that have the word manager and not the word marketing on the field called occupation (custom field)

Thanks

Jonas

This is currently not possible from the GUI.

As a workaround, if I were you (but it requires some technical skills, I hope you have them) I would create a saved search, then go into the database (saved_search table), decode the base64 encoding of the saved query, tweak it to my liking, and then re_encode and put it back in the database.

I have to do a blog post about this one day… : - )

1 Like