Skip to main content

hi, i’m sure i’m just not doing this correctly but i have some conditions in place and would not like to show cancelled or invoiced sales orders. however the cancelled is coming up for this customer. 

does anyone know what i am doing wrong?

 

Hi, Try Operator = And  on line 3.


hi @laura01, thank you. seems to have worked. i didnt think using And there would make sense.


Yay!  I’m glad it worked.

And works with Not Equal. One value can be not - two different things; not this and not that

When we use Equal…. then we usually want Operator = Or because one value cannot be Equal to 2 different things. 


Reply