Good ideas.
I did some further tests. Apparently whatever I enter in there will not work if there are outer parenthesis.
So this will not work:
(&(condition1)(condition2))
This does work:
&(condition1)(condition2)
I did some further tests. Apparently whatever I enter in there will not work if there are outer parenthesis.
So this will not work:
(&(condition1)(condition2))
This does work:
&(condition1)(condition2)