Hi,
How to set range “AND” condition in AOT Query.
Ex:I have a enum NoYes, I want to select both yes and no record like “AND” condition in AOT Query.
Hi,
How to set range “AND” condition in AOT Query.
Ex:I have a enum NoYes, I want to select both yes and no record like “AND” condition in AOT Query.
If you say that a value should be true and false at the same time, you won’t get anything, because no such value can exist (it’s not quantum physics ;)).
If you want both values, you actually need OR. In that case, simply add two ranges for the same field.
Use No,Yes.