Hello
I am trying to create a View on the Customer Grid where I check 4 custom fields.
If 1 or more of the 4 fields are 0, I want to see them in the grid to be displayed,
(DLVOPEN=0) works perfectly in my custom view query.
But I need to check if any of the the other 3 fields are = 0, i.e. something like the following :
(DLVOPEN=0 OR DLVCLOSE=0 OR OPERATIONOPEN=0 OR OPERATIONCLOSE=0)
Is there a syntax I can use that will provide this?
Note: functional answers only thank you!
Paul