I have already searched the Internet, but have not yet found a solution to my question. Perhaps I was looking for the wrong conditions, so I'm sorry that the solution to my problem can be very simple.
Example tables:

So, I want to do the following:
- provides a drop-down menu with several options.
- each parameter provides a custom filter (for example, "option1" shows all the records that are available, "option2" shows all the records that are available and have the label F, "option3" shows all the records that are available and have the label E, ...)
- apply the filter immediately live
So how can I achieve this?
Thanks in advance.