C.c
August 1, 2025, 4:29pm
2
Looks similar to what’s mentioned in these feature requests; there are indeed some limitations to the current implementation of filters. Hope these can be addressed soon.
Is your feature request related to a problem? Please describe.
Filters in its current state seems to be a boolean AND of all the filters added. What I would love is to be able to establish relations between the filters myself, so that I can then filter if say Linked Projects contains Something or Linked project is empty. Right now, it is not possible to this or that kind of filter
Describe the solution you’d like
A formula like bar above the list of filters where the user can specify how they…
CURRENT PROBLEM
Using filter to find objects in set, there must be a sequence in which relation is filtered first prior to other relation and it is inclusion only. e.g. (Relation 1 AND criteria for relation 1) AND (Relation 2 AND criteria for relation 2)
WHAT DO YOU RECOMMEND
Allow (Relation 1 AND criteria for relation 1) OR/AND (Relation 2 AND criteria for relation 2)
Consider all query logic, like how it is currently considered within each relation criteria input.
[image]
HOW COULD IT BE D…