I have input consisting of column named "Record ID, Field_1 and Result". Now in the result column I have "True and false" one time, another time I have "only false". Now my constrain is "If the result column contains both "True and False" I need all the row contents that are above "True". Whereas if the result column contains only "False" i need all the row contents irrespective of true or false. Can anyone please help to find a solution for this.