You can create  Filters from the Orders Tab to categorize your orders. For example you may want to create a Filter High Value Orders for 'All orders that are over $1000 in value'. Or a Filter for all International Orders.


Creating a Filter is easy. 


On the Orders tab click More --> <Create Filter>. The Create New Filter pop-up dialog come up that allows you to define a new filter using AND or OR conditions. 








Below are example of the different conditions you can use for creating user defined filters


1) Integer Conditions


 Field Name     Condition      Value

Order ID = 2394
Order ID > 2394
Order ID < 2394
Order ID != 2394
Order ID <= 2394
Order ID >= 2394
  Order ID       in range(0..n)    2394..2398


2) Date Conditions

  Order Date  =                                 2010-07-21 (yyyy-mm-dd)
Order Date > 2010-07-21
Order Date < 2010-07-21
Order Date in range(date1..date2) 2010-07-21..2010-09-21


3) String Conditions
  

  Customer  like                Lex User
Customer not like Lex User