Hello,
I need help to do something if possible. From my table, i want to make a filter which will show just the rows which has the specific terms. Ok, this is easy and I know how to do this. My issue comes when I have one more column where the fields containing numbers from 1-5. So, I want to somehow make additional filter which will show just the rows which contains numbers from 1-4 and also contain criteria from the first filter. The problem is that for the first filter I need to check "at least one condition" as I have 3 columns and need to filter all which contains word for example "test" in at least one from these 3 colums... and then filter them again to show just the ones which have numbers from 1-4 in the fourth column....
I really hope that you understand me and what I am trying to do...