Forum Discussion
kivanct
3 years agoHelper I
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...
- 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 .