Forum Discussion

kivanct's avatar
kivanct
Helper I
3 years ago
Solved

Querry - Filter Error

Hi


I would be happy if you could help me. 

1 - I would like to filter that column by CONTAINS = "YOK" & CONTAINS = "TS" .

 

 

 

 

 

2- But it gives empty table. I dont understand why ?



Regards 




 

  • Maybe you want 'OR'  logic in this rather than 'AND'?

     

    At the moment, the query is looking for all rows that contain both YOK AND TS .  

2 Replies

  • HotChilli's avatar
    HotChilli
    Community Champion

    Maybe you want 'OR'  logic in this rather than 'AND'?

     

    At the moment, the query is looking for all rows that contain both YOK AND TS .  

    • kivanct's avatar
      kivanct
      Helper I

      You are right. I have used OR logic and it worked. Thanks a lot !