Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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
Solved! Go to Solution.
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 .
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 .
You are right. I have used OR logic and it worked. Thanks a lot !