Skip to main content
Solved

Making use of same BASE FILTER with AND / OR (example)

  • August 22, 2022
  • 5 replies
  • 37 views

Forum|alt.badge.img+4

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 ?

Best answer by Mohamed_Swella1

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.

5 replies

Mohamed_Swella1
Forum|alt.badge.img+17
  • Inspiring
  • 1030 replies
  • August 22, 2022

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?


Forum|alt.badge.img+4
  • Author
  • Participating Frequently
  • 6 replies
  • August 22, 2022

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)


Mohamed_Swella1
Forum|alt.badge.img+17
  • Inspiring
  • 1030 replies
  • Answer
  • August 22, 2022

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.


Forum|alt.badge.img+4
  • Author
  • Participating Frequently
  • 6 replies
  • August 22, 2022

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 ?


Mohamed_Swella1
Forum|alt.badge.img+17
  • Inspiring
  • 1030 replies
  • August 22, 2022


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.