Using Conditions in Reports or Mail Lists

Conditions change the records found when searching a database field. Selecting the right condition will narrow the information in the report. The web pages that follows contain examples of conditions available depending on the database field selected.
Diataxis: 

Character Field Conditions

is between The parameters for the field are between to sets of factors.
is greater than or equal to The parameters for the field are greater than or equal to these factors.
is greater than The parameters for the field are greater than this factor.
is less than or equal to The parameters for the field are less than or equal to these factors.
is less than The parameters for the field are less than this factor.
does not equal The parameters for the field are not equal to this factor.
is equasl to The parameters for the field are equal to this factor.
contains the text of the parameter is contained anywhere within the field.
does not contain the text of the parameter is not found anywhere within the field.
begins with the text of the parameter is found at the beginning of the field.
ends with the text of the parameter is found at the end of the field.
is one of The parameters for the field is one of this factor.
is none of The parameters for the field is none of this factor. Remember that the NOT operator paired with this condition will create a double negative.
is empty The field is empty - containing no characters at all
is not empty The field is not empty - meaning it contains anything
Diataxis: 

Date Conditions

is between The parameters for the field are between to sets of factors.
is greater than or equal to The parameters for the field are greater than or equal to these factors.
is greater than The parameters for the field are greater than this factor.
is less than or equal to The parameters for the field are less than or equal to these factors.
is less than The parameters for the field are less than this factor.
is empty The parameters for the field is empty of all characters
is not empty The parameters for the field are not empty of one or more characters.
year one of The parameters for the field include the year being one of this factor.
month one of The parameters for the field include the month being one of this factor.
day of month one of The parameters for the field include the day of the month being one of this factor.
weekday one of The parameters for the field include the day of the week being one of this factor.
day of year one of The parameters for the field include the day of the year being one of this factor.
is in last This condition means that the the date is in the last xx days/weeks/months/years from the current date. You could use this to find:
  • donations in the last week
  • events in the past month
  • volunteers in the past 90 days
  • emails in the past 2 days
  • etc.
is in next This condition means that the the date is in the next xx days/weeks/months/years from the current date. You could use this to find items that are coming up, such as:
  • report on events in the next month
  • letters due to be printed in the next week
  • Volunteer activities scheduled in the next 2 weeks
  • Passes or Gift Certificates about to expire in the next 7 weeks
Diataxis: 

List Field Conditions

is one of The parameters for the field is one of this factor.
is none of The parameters for the field is none of this factor. Remember that the NOT operator paired with this condition will create a double negative.
Diataxis: 

Numeric Range Conditions

is between The parameters for the field are between to sets of factors.
is greater than or equal to The parameters for the field are greater than or equal to these factors.
is greater than The parameters for the field are greater than this factor.
is less than or equal to The parameters for the field are less than or equal to these factors.
is less than The parameters for the field are less than this factor.
does not equal The parameters for the field are not equal to this factor.
is equasl to The parameters for the field are equal to this factor.
is one of The parameters for the field is one of this factor.
is none of The parameters for the field is none of this factor. Remember that the NOT operator paired with this condition will create a double negative.
You can download a Cheatsheet of the Conditions by clicking on the icon.

CheatSheet

Diataxis: