Hi,
i want to build complex filters on several conditions, example:
((Cond-A AND Cond-B AND Cond-C) OR (Cond-D AND Cond-E) OR (Cond-F)) AND Cond-G
is the following syntax correct ?
[[Cond-G], u'|', u'|', [[Cond-A], [Cond-B], [Cond-C]], [[Cond-D], [Cond-E]], [[Cond-F]]]
Thanks in advance,
Sebastien