Hi @Startide , I just wanted to check… When you say “a field” do you mean a specific field, in which case @gonhaddock 's solution should be fine, or do you mean any field.
If the latter then you may want to use column aggregator to concatenate all columns into a single new column first and then use @gonhaddock 's solution on this new column.
Have you tried testing the filter with some manually created dummy data? This would help determine whether the problem is in your data or somehow in the filter. This worked fine:
This fixed it, because indeed that particular query result was 0, no wonder it returned zero… I have a bunch of queries and I lost track, silly me
Thanks for the help !