In my order workflow I have several status options available for each order 'state':
state: new
state: processing
Unprocessed (default)
Ready to Ship
state: holded
On Hold (default)
Hold to Combine
Verification Pending
Change Requested
Backordered
Change Suggested
state:complete.
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 ?