Skip to main content

I want to avoid replicate the same base filter 10X times on the same view




I could not find a combination for that.

Why is it limited ?

Hi @Sion_Cohen ,


Your question is a bit vague. You are already grouping those conditions in the first screenshot, what seems to be the issue?


Hi @Sion_Cohen ,


Your question is a bit vague. You are already grouping those conditions in the first screenshot, what seems to be the issue?


The rounded condition (base condition) is common for both First group and Second group.

So instead of replicate it over each group like this:

(base condition and first condition) or (base condition and second condition)

I want to have:

base condition and (first condition or second condition)


The rounded condition (base condition) is common for both First group and Second group.

So instead of replicate it over each group like this:

(base condition and first condition) or (base condition and second condition)

I want to have:

base condition and (first condition or second condition)


Ah I get it now.


you can do that by inserting a Condition Group inside a Condition Group.


Ah I get it now.


you can do that by inserting a Condition Group inside a Condition Group.




Got it thanks !


So generally speaking there is not limited to the or / and condition we can compose out of this form of grouping ?




Got it thanks !


So generally speaking there is not limited to the or / and condition we can compose out of this form of grouping ?


Currently the limits are much less, but I haven’t tried adding more condition groups so not sure how much you can add.


Reply