Quick Filters

Contents of this Topic: Show

Overview

Description of the Standard Quick Filters

Defining Custom Quick Filters

Creating custom Quick Filters of your own requires some basic knowledge of SQL (Structured Query Language).

Version 4.3xx and greater allows for 5 custom filters, Version 4.2xx and lower allows only 1 custom filter.

 

 

For example:

 

If you want a filter to look for all orders that are approved in the state of PA then enter:

Approved=True AND Cancelled=False AND (State='PA' or ShipState='PA')

 

 

 

 

Created: 12/15/10

Revised: 9/5/13

Published: 04/13/16