Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
Join us this Friday for AI in Action at the Virtual Happy Hour! This free virtual event is open to all—enroll now on Academy and don’t miss out.
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)