Page 1 of 1

Filter Trees?

Posted: Thu Jun 01, 2023 9:38 am
by KFR
I am creating a report with a filter on a data band. Is there any way to build a filter tree with a mix of AND and ORs WITHOUT using expressions?

E.g. I want to filter:

(field1 == "value" OR field1 == "value2") AND field2 = "othervalue"

but the stimulsoft filter tree only seems to support all ANDs or all ORs without forcing the user to write script expressions, which is very limiting. I just wanted to check I'm not missing anything obvious.

Re: Filter Trees?

Posted: Fri Jun 02, 2023 10:13 am
by Lech Kulikowski
Hello,

Yes, at the current moment, a combination of the OR and AND is available only with expressions.

Thank you.