I have two fields. Say Field1 and Field2.
Field1 having data like A, B, C, D, E
Field2 having data as checkbox.
so i want to develop AOT query in which filter should be like this A, B, C, D all should be false and E should be true.
How can I design range node for this query.