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 und...
  • HotChilli's avatar
    3 years ago

    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 .