Checkbox Filtering as And-Operator
Checkbox Filtering as And-Operator
Hello Everyone,
I'm quite new to programming and have been struggling for several days with a issue I can't get on with. I would be very grateful if someone could help me.
My goal is to create a table that can be filtered by using checkboxes. The table should be filtered by an AND operator.
The Picture below shows what i'd like to create. Feature 1 and 4 are checked. Thats why only Company 1 and 3 should be shown.
Can someone please give me a hint how to solve that problem?
Thank you a lot in advance.
Best Regards
Niklas
Answers
Hi Niklas,
This here is doing what you want - it's ANDing the searches by applying it to each column.
Cheers,
Colin
Hi Colin,
I don't know what to say.... I'm speechless.
Thank you so much for your help. That's great!!
Cheers,
NIklas