Home > Counter Control Help Documentation > Procedures > Record Selection Criteria
Record Selection Criteria
The Record Selection Criteria utility can be found in most tables, reports, and utility programs (such as the purchase order program and the record stuffer). The Record Selection Criteria screens are designed to filter items within a group, and have subtle changes in usage depending on the location that it will be used.
When using the utility within a table (inventory, accounts, etc.) the user will click the Record Selection Criteria icon (or click the F5 function key). When using the utility within a program (reporting, the purchase order program, the record stuffer, etc.) the user will see a screen dedicated to filtering information. However, the program’s functionality is identical in all locations.
Step #1: Start by entering the field to be filtered. Almost every field within the table (inventory, accounts, suppliers, etc.) is an option for being filtered. The exception to the rule is some of the calculated fields.
Select the appropriate field within the box.
Step #2: Select the method the information will be filtered.
Choose from:
Examples:
- Description EQUALS “Filter”
- Cost EQUALS “$100.00”
- Date EQUALS 4/1/13
- Account Name EQUALS “Smith Automotive”
Examples:
- Description is NOT EQUAL to “Filter”
- Category is NOT EQUAL to “PNT”
- List is NOT EQUAL to $0.00
- Category is NOT EQUAL to “ “ (blank)
Examples:
- Description CONTAINS “Oil”
- Cost CONTAINS “$0.99”
- Category CONTAINS “S”
Examples:
- Description STARTS WITH “Oil”
- Account Name STARTS WITH “Sm”
Examples:
- Description ENDS WITH “Filter”
- Address1 ENDS WITH “Street”
Examples:
- Cost is LESS THAN “$100.00”
- Date Last Statement is LESS THAN “1/1/2013”
- Quantity On Hand is LESS THAN “10”
Examples:
- List is GREATER THAN “$50.00”
- Date Last Sale is GREATER THAN “7/1/2013”
- Reorder Level is GREATER THAN “10”
Examples:
- Jobber is LESS THAN or EQUAL TO “$50.00”
- Amount Last Pay is LESS THAN or EQUAL TO “4/1/2013”
- SalesPeriod2 is LESS THAN or EQUAL TO “100”
Examples:
- Stocking Dealer is GREATER THAN or EQUAL TO “$75.00”
- Date Last Count is GREATER THAN or EQUAL TO “2/12/2013”
- Qty On Order is GREATER THAN or EQUAL TO “10”
Step #3: Select what the filter represents
Choose from:
- Value: the information in the “Of” box is a value, or character string.
- Field: the information in the “Of” box is another field name.
- Date/Time: the information in the “Of” box is a date and time.
Step #4: Enter the appropriate information dependent on the selections above.
Step #5: View By…
Choose from:
- Record: users can see the entire record and click Shift-F3 or Shift-F4 to move from record to record.
- List: users can see and select from a listing of records to choose which item to view.
Additional Processes
and
( ) :using parenthesis will allow users to organize the search criteria, and search for criteria within criteria.
For example:
MFG EQUALS “Wix”
AND (SalesPeriod1 is NOT EQUAL to “0”
OR (SalesPeriod2 is NOT EQUAL to “0”)
This will allow users to do the following items simultaneously:
MFG equals WIX and SalesPeriod1 is not 0,
OR
MFG equals WIX and SalesPeriod2 to is not 0.
See also