Shouldn't the first condition be <= 15?
Also, to which of the two date conditions does the received = 0 apply? You many need to add brackets around the appropriate conditions:
1 or (2 and 3)
(1 or 2) and 3
Shouldn't the first condition be <= 15?
Also, to which of the two date conditions does the received = 0 apply? You many need to add brackets around the appropriate conditions:
1 or (2 and 3)
(1 or 2) and 3