Hey All,
Wondered if i could grab some help please. It's probably something so simple but cant seem to pinpoint where i am going wrong.
I seem to be struggling with "and" and "or" expressions within a filter.
What I'm trying to filter is;
If 'SO TYPE' = AT Once and the 'ORDER STATUS' = Booked - only ( some results have partially available balance booked - i just want 'booked' by itself) but also if 'SO TYPE' is Cust At-OnceCall-Off and 'ORDER STATUS' = Contract managed
So it will search for the first criteria 1st then the 2nd criteria but both criteria filter the output through True
This is what I've got so far below:
[SO Type Desc]="At-Once Order" AND
[SO Type Desc]="Cust At-OnceCall-off"
and [Order Status]="Booked" and [Order Status]="Contract Managed"
I've tried various versions of this with AND and OR or CONTAINS but either doesnt filter anything or not all the information.
Appreciate the help