cancel
Showing results for 
Search instead for 
Did you mean: 

Filter order status using boolean terms, or filter orders by state

Filter order status using boolean terms, or filter orders by state

In my order workflow I have several status options available for each order 'state':

state: new

  • Payment Pending (default)

  • Ship on Terms

state: processing

  • Unprocessed (default)

  • Ready to Ship

state: holded

  • On Hold (default)

  • Hold to Combine

  • Verification Pending

  • Change Requested

  • Backordered

  • Change Suggested

state:complete.

  • Complete (default)

Suppose I want to see all orders in the Order Grid where the status is anything except "Complete." That tells me what work I have to do. As it seems right now, the only method is to change the Status filter to each status one by one and do several searches through all my statuses.

 

Is it possible to do a boolean filter? e.g. status = not Complete, or status = On Hold OR Verification Pending OR Change Requested OR .. etc.

 

Or, failing that, do a filter by State rather than by status ?