I have a list of many records and I want to sort this by multiple filters.
This works fine, I get a list based on which filter I set. However, when I select multiple filters that refer to the same column, I don't get any results.
My current filters are like above, plus some extra filters on other columns.
I'm looking for syntax that will basically check if the signaal2.status column = all filters that are currently selected.