Can I add an additional layer of nesting to my report builder filter?
There are 5 filter option right now and I need it to look like:
[
Condition 1
AND
[
[Condition 2 AND Condition 3]
OR
[Condition 4 AND condition 5]
]
]
Is this possible? I need one more layer of nesting to combine the 2 inside ands to have an or on the outside, while keeping condition 1 and those 4 nested together.
I hope I'm explaining this clearly.
Best Answer
-
@bent studio I don't think you can add another "layer" of filter, per se, but could you set it up like this (a little more manual)?
[Condition 1 AND Condition 2 AND Condition 3]
OR
[Condition 1 AND Condition 4 AND Condition 5]
Answers
-
@bent studio I don't think you can add another "layer" of filter, per se, but could you set it up like this (a little more manual)?
[Condition 1 AND Condition 2 AND Condition 3]
OR
[Condition 1 AND Condition 4 AND Condition 5]