November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Just found the first question I asked in this forum 8 years ago and realized that I do not know if this is possible no.
Does anyone know if you can have OR condition in a PropertyCritera?
But if I set that on both criteria's wouldn't that make it to return results that does not match any criteria also?
i want something that looks like a representation of a sql like this:
select *
from table
where (a=1 or b=2)