Filter Contacts
Accountants Enterprise only
The Filter field enables you to process, print reports, letters or labels for specific contacts in your database.
The condition you establish here may involve printing only contacts with a specific sort view or only contacts that have a particular title e.g. 'Doctor'.
For example, if you entered the following condition; D169 EQ 'Doctor', the system would check the field D169 (Title) and if it contained the information 'Doctor', would print a letter/label for that contact.
A more complex condition would be this:
D105 EQ 'P' OR D105 EQ 'M' AND D101 NE 'FRED'.
This Filter determines the process (printing a letter or label for instance) is performed for any employee that is a partner or manager, so long as their contact code is not FRED.
You must be very specific with the input of the condition that is, include spaces etc. correctly.
This a list of valid commands you may use in filters:
Command | Meaning /Example |
---|---|
AND | meaning "and" for example, @VIEW:PARTNER EQ 'CH' AND @VIEW:MANAGER EQ 'AB' |
OR | meaning "or" for example, @VIEW:PARTNER EQ 'CH' OR @VIEW:PARTNER EQ 'RD' |
EQ | argument is equal to a certain value that is, @VIEW:PARTNER EQ 'CH' |
NE | argument is not equal to value |
GT | argument is greater than value for example, @VIEW:AREA GT '3000' |
GE | argument is greater than or equal to value |
LT | argument is less than a value |
LE | argument is less than or equal to a value |
IN | value must be contained in argument for example, 'Bond' IN D191 |
NI | value must not be contained in argument |
OF | argument must be attached (the sort view must be on file) |
NF | argument must not be attached (the sort view must not be on file) |